summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.520
1 files changed, 10 insertions, 10 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index b35753307..7e48fa65b 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
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.49 2005/03/16 11:10:38 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.50 2005/04/21 06:17:50 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -43,7 +43,7 @@
43.Nd OpenSSH SSH client configuration files 43.Nd OpenSSH SSH client configuration files
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Bl -tag -width Ds -compact 45.Bl -tag -width Ds -compact
46.It Pa $HOME/.ssh/config 46.It Pa ~/.ssh/config
47.It Pa /etc/ssh/ssh_config 47.It Pa /etc/ssh/ssh_config
48.El 48.El
49.Sh DESCRIPTION 49.Sh DESCRIPTION
@@ -55,7 +55,7 @@ the following order:
55command-line options 55command-line options
56.It 56.It
57user's configuration file 57user's configuration file
58.Pq Pa $HOME/.ssh/config 58.Pq Pa ~/.ssh/config
59.It 59.It
60system-wide configuration file 60system-wide configuration file
61.Pq Pa /etc/ssh/ssh_config 61.Pq Pa /etc/ssh/ssh_config
@@ -411,7 +411,7 @@ Note that this option applies to protocol version 2 only.
411Indicates that 411Indicates that
412.Nm ssh 412.Nm ssh
413should hash host names and addresses when they are added to 413should hash host names and addresses when they are added to
414.Pa $HOME/.ssh/known_hosts . 414.Pa ~/.ssh/known_hosts .
415These hashed names may be used normally by 415These hashed names may be used normally by
416.Nm ssh 416.Nm ssh
417and 417and
@@ -457,11 +457,11 @@ specifications).
457Specifies a file from which the user's RSA or DSA authentication identity 457Specifies a file from which the user's RSA or DSA authentication identity
458is read. 458is read.
459The default is 459The default is
460.Pa $HOME/.ssh/identity 460.Pa ~/.ssh/identity
461for protocol version 1, and 461for protocol version 1, and
462.Pa $HOME/.ssh/id_rsa 462.Pa ~/.ssh/id_rsa
463and 463and
464.Pa $HOME/.ssh/id_dsa 464.Pa ~/.ssh/id_dsa
465for protocol version 2. 465for protocol version 2.
466Additionally, any identities represented by the authentication agent 466Additionally, any identities represented by the authentication agent
467will be used for authentication. 467will be used for authentication.
@@ -751,7 +751,7 @@ If this flag is set to
751.Dq yes , 751.Dq yes ,
752.Nm ssh 752.Nm ssh
753will never automatically add host keys to the 753will never automatically add host keys to the
754.Pa $HOME/.ssh/known_hosts 754.Pa ~/.ssh/known_hosts
755file, and refuses to connect to hosts whose host key has changed. 755file, and refuses to connect to hosts whose host key has changed.
756This provides maximum protection against trojan horse attacks, 756This provides maximum protection against trojan horse attacks,
757however, can be annoying when the 757however, can be annoying when the
@@ -823,7 +823,7 @@ having to remember to give the user name on the command line.
823.It Cm UserKnownHostsFile 823.It Cm UserKnownHostsFile
824Specifies a file to use for the user 824Specifies a file to use for the user
825host key database instead of 825host key database instead of
826.Pa $HOME/.ssh/known_hosts . 826.Pa ~/.ssh/known_hosts .
827.It Cm VerifyHostKeyDNS 827.It Cm VerifyHostKeyDNS
828Specifies whether to verify the remote key using DNS and SSHFP resource 828Specifies whether to verify the remote key using DNS and SSHFP resource
829records. 829records.
@@ -856,7 +856,7 @@ The default is
856.El 856.El
857.Sh FILES 857.Sh FILES
858.Bl -tag -width Ds 858.Bl -tag -width Ds
859.It Pa $HOME/.ssh/config 859.It Pa ~/.ssh/config
860This is the per-user configuration file. 860This is the per-user configuration file.
861The format of this file is described above. 861The format of this file is described above.
862This file is used by the 862This file is used by the