blob: d3365ed29ab309f03f706565f2287a1145533809 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<reference>
<title>Сторінки підручника SSSD</title>
<refentry>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" />
<refmeta>
<refentrytitle>sss_ssh_knownhostsproxy</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv id='name'>
<refname>sss_ssh_knownhostsproxy</refname>
<refpurpose>отримати ключі вузла OpenSSH</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>sss_ssh_knownhostsproxy</command> <arg choice='opt'>
<replaceable>параметри</replaceable> </arg> <arg
choice='plain'><replaceable>ВУЗОЛ</replaceable></arg> <arg
choice='opt'><replaceable>КОМАНДА_ПРОКСІ</replaceable></arg></cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'>
<title>ОПИС</title>
<para>
<command>sss_ssh_knownhostsproxy</command> отримує відкриті ключі вузла SSH
для вузла <replaceable>ВУЗОЛ</replaceable>, зберігає їх до нетипового файла
OpenSSH known_hosts (щоб дізнатися більше, ознайомтеся з розділом
<quote>ФОРМАТ ФАЙЛІВ SSH_KNOWN_HOSTS</quote> сторінки підручника (man)
<citerefentry><refentrytitle>sshd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>) за адресою
<filename>/var/lib/sss/pubconf/known_hosts</filename> і встановлює з’єднання
з вузлом.
</para>
<para>
Якщо вказано параметр <replaceable>КОМАНДА_ПРОКСІ</replaceable>, замість
відкриття сокета для створення з’єднання буде використано відповідну
команду.
</para>
<para>
<citerefentry><refentrytitle>ssh</refentrytitle>
<manvolnum>1</manvolnum></citerefentry> можна налаштувати на використання
<command>sss_ssh_knownhostsproxy</command> для розпізнавання вузлів за
ключами за допомогою таких інструкцій у налаштуваннях
<citerefentry><refentrytitle>ssh</refentrytitle>
<manvolnum>1</manvolnum></citerefentry>: <programlisting>
ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h
GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts
</programlisting>
</para>
</refsect1>
<refsect1 id='options'>
<title>ПАРАМЕТРИ</title>
<variablelist remap='IP'>
<varlistentry>
<term>
<option>-p</option>,<option>--port</option> <replaceable>ПОРТ</replaceable>
</term>
<listitem>
<para>
Використовувати для встановлення з’єднання з вузлом порт
<replaceable>ПОРТ</replaceable>. Типовим портом є порт 22.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-d</option>,<option>--domain</option>
<replaceable>ДОМЕН</replaceable>
</term>
<listitem>
<para>
Шукати відкриті ключі вузлів у домені SSSD <replaceable>ДОМЕН</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-k</option>,<option>--pubkey</option>
</term>
<listitem>
<para>
Вивести відкриті ключі SSH для вузла <replaceable>HOST</replaceable>.
</para>
</listitem>
</varlistentry>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/param_help.xml" />
</variablelist>
</refsect1>
<refsect1 id='exit_status'>
<title>СТАН ВИХОДУ</title>
<para>
У випадку успіху значення стану виходу дорівнює 0. У всіх інших випадках
програма повертає 1.
</para>
</refsect1>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/seealso.xml" />
</refentry>
</reference>
|