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, 12 insertions, 8 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 7a3b641ff..87574e381 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.150 2011/05/07 23:19:39 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.151 2011/05/24 07:15:47 djm Exp $
37.Dd $Mdocdate: May 7 2011 $ 37.Dd $Mdocdate: May 24 2011 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -517,9 +517,11 @@ or
517The default is 517The default is
518.Dq no . 518.Dq no .
519.It Cm GlobalKnownHostsFile 519.It Cm GlobalKnownHostsFile
520Specifies a file to use for the global 520Specifies one or more files to use for the global
521host key database instead of 521host key database, separated by whitespace.
522.Pa /etc/ssh/ssh_known_hosts . 522The default is
523.Pa /etc/ssh/ssh_known_hosts ,
524.Pa /etc/ssh/ssh_known_hosts2 .
523.It Cm GSSAPIAuthentication 525.It Cm GSSAPIAuthentication
524Specifies whether user authentication based on GSSAPI is allowed. 526Specifies whether user authentication based on GSSAPI is allowed.
525The default is 527The default is
@@ -1171,9 +1173,11 @@ This can be useful when a different user name is used on different machines.
1171This saves the trouble of 1173This saves the trouble of
1172having to remember to give the user name on the command line. 1174having to remember to give the user name on the command line.
1173.It Cm UserKnownHostsFile 1175.It Cm UserKnownHostsFile
1174Specifies a file to use for the user 1176Specifies one or more files to use for the user
1175host key database instead of 1177host key database, separated by whitespace.
1176.Pa ~/.ssh/known_hosts . 1178The default is
1179.Pa ~/.ssh/known_hosts ,
1180.Pa ~/.ssh/known_hosts2 .
1177.It Cm VerifyHostKeyDNS 1181.It Cm VerifyHostKeyDNS
1178Specifies whether to verify the remote key using DNS and SSHFP resource 1182Specifies whether to verify the remote key using DNS and SSHFP resource
1179records. 1183records.