summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-12-21 23:12:42 +0000
committerDamien Miller <djm@mindrot.org>2014-12-22 13:16:57 +1100
commitb79efde5c3badf5ce4312fe608d8307eade533c5 (patch)
tree85e6987829e2150d51031d2e31d67ebf33177ea2
parentd16bdd8027dd116afa01324bb071a4016cdc1a75 (diff)
upstream commit
document FingerprintHash here too
-rw-r--r--ssh_config.517
1 files changed, 13 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index f0a4b293a..33da983ea 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.196 2014/12/04 02:24:32 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.197 2014/12/21 23:12:42 djm Exp $
37.Dd $Mdocdate: December 4 2014 $ 37.Dd $Mdocdate: December 21 2014 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -638,6 +638,15 @@ or
638.Dq no . 638.Dq no .
639The default is 639The default is
640.Dq no . 640.Dq no .
641.It Cm FingerprintHash
642Specifies the hash algorithm used when displaying key fingerprints.
643Valid options are:
644.Dq md5
645and
646.Dq sha256 .
647.Dq md5 ,
648The default is
649.Dq sha256 .
641.It Cm ForwardAgent 650.It Cm ForwardAgent
642Specifies whether the connection to the authentication agent (if any) 651Specifies whether the connection to the authentication agent (if any)
643will be forwarded to the remote machine. 652will be forwarded to the remote machine.
@@ -1519,12 +1528,12 @@ See also VERIFYING HOST KEYS in
1519If this flag is set to 1528If this flag is set to
1520.Dq yes , 1529.Dq yes ,
1521an ASCII art representation of the remote host key fingerprint is 1530an ASCII art representation of the remote host key fingerprint is
1522printed in addition to the hex fingerprint string at login and 1531printed in addition to the fingerprint string at login and
1523for unknown host keys. 1532for unknown host keys.
1524If this flag is set to 1533If this flag is set to
1525.Dq no , 1534.Dq no ,
1526no fingerprint strings are printed at login and 1535no fingerprint strings are printed at login and
1527only the hex fingerprint string will be printed for unknown host keys. 1536only the fingerprint string will be printed for unknown host keys.
1528The default is 1537The default is
1529.Dq no . 1538.Dq no .
1530.It Cm XAuthLocation 1539.It Cm XAuthLocation