summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.542
1 files changed, 38 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 53596e63a..15eecb6ff 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.111 2008/06/26 11:46:31 grunk Exp $
38.Dd $Mdocdate: August 15 2007 $ 38.Dd $Mdocdate: June 26 2008 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -103,6 +103,7 @@ Restricts the following declarations (up to the next
103.Cm Host 103.Cm Host
104keyword) to be only for those hosts that match one of the patterns 104keyword) to be only for those hosts that match one of the patterns
105given after the keyword. 105given after the keyword.
106If more than one pattern is provided, they should be separated by whitepsace.
106A single 107A single
107.Ql * 108.Ql *
108as a pattern can be used to provide global 109as a pattern can be used to provide global
@@ -593,6 +594,14 @@ escape characters:
593It is possible to have 594It is possible to have
594multiple identity files specified in configuration files; all these 595multiple identity files specified in configuration files; all these
595identities will be tried in sequence. 596identities will be tried in sequence.
597.It Cm KbdInteractiveAuthentication
598Specifies whether to use keyboard-interactive authentication.
599The argument to this keyword must be
600.Dq yes
601or
602.Dq no .
603The default is
604.Dq yes .
596.It Cm KbdInteractiveDevices 605.It Cm KbdInteractiveDevices
597Specifies the list of methods to use in keyboard-interactive authentication. 606Specifies the list of methods to use in keyboard-interactive authentication.
598Multiple method names must be comma-separated. 607Multiple method names must be comma-separated.
@@ -608,7 +617,22 @@ and
608Specifies a command to execute on the local machine after successfully 617Specifies a command to execute on the local machine after successfully
609connecting to the server. 618connecting to the server.
610The command string extends to the end of the line, and is executed with 619The command string extends to the end of the line, and is executed with
611.Pa /bin/sh . 620the user's shell.
621The following escape character substitutions will be performed:
622.Ql %d
623(local user's home directory),
624.Ql %h
625(remote host name),
626.Ql %l
627(local host name),
628.Ql %n
629(host name as provided on the command line),
630.Ql %p
631(remote port),
632.Ql %r
633(remote user name) or
634.Ql %u
635(local user name).
612This directive is ignored unless 636This directive is ignored unless
613.Cm PermitLocalCommand 637.Cm PermitLocalCommand
614has been enabled. 638has been enabled.
@@ -732,7 +756,7 @@ if version 2 is not available.
732Specifies the command to use to connect to the server. 756Specifies the command to use to connect to the server.
733The command 757The command
734string extends to the end of the line, and is executed with 758string extends to the end of the line, and is executed with
735.Pa /bin/sh . 759the user's shell.
736In the command string, 760In the command string,
737.Ql %h 761.Ql %h
738will be substituted by the host name to 762will be substituted by the host name to
@@ -1053,6 +1077,16 @@ See also
1053.Sx VERIFYING HOST KEYS 1077.Sx VERIFYING HOST KEYS
1054in 1078in
1055.Xr ssh 1 . 1079.Xr ssh 1 .
1080.It Cm VisualHostKey
1081If this flag is set to
1082.Dq yes ,
1083an ASCII art representation of the remote host key fingerprint is
1084printed additionally to the hex fingerprint string.
1085If this flag is set to
1086.Dq no ,
1087only the hex fingerprint string will be printed.
1088The default is
1089.Dq no .
1056.It Cm XAuthLocation 1090.It Cm XAuthLocation
1057Specifies the full pathname of the 1091Specifies the full pathname of the
1058.Xr xauth 1 1092.Xr xauth 1