mirror of git://anongit.mindrot.org/openssh.git
upstream commit
mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332 Upstream-ID: 079a3669549041dbf10dbc072d9563f0dc3b2859
This commit is contained in:
parent
0882332616
commit
f948737449
9
ssh.1
9
ssh.1
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.357 2015/05/06 05:45:17 dtucker Exp $
|
.\" $OpenBSD: ssh.1,v 1.358 2015/05/22 05:28:45 djm Exp $
|
||||||
.Dd $Mdocdate: May 6 2015 $
|
.Dd $Mdocdate: May 22 2015 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -1106,6 +1106,11 @@ Fingerprints can be determined using
|
||||||
.Pp
|
.Pp
|
||||||
If the fingerprint is already known, it can be matched
|
If the fingerprint is already known, it can be matched
|
||||||
and the key can be accepted or rejected.
|
and the key can be accepted or rejected.
|
||||||
|
If only legacy (MD5) fingerprints for the server are available, the
|
||||||
|
.Xr ssh-keygen 1
|
||||||
|
.Fl E
|
||||||
|
option may be used to downgrade the fingerprint algorithm to match.
|
||||||
|
.Pp
|
||||||
Because of the difficulty of comparing host keys
|
Because of the difficulty of comparing host keys
|
||||||
just by looking at fingerprint strings,
|
just by looking at fingerprint strings,
|
||||||
there is also support to compare host keys visually,
|
there is also support to compare host keys visually,
|
||||||
|
|
Loading…
Reference in New Issue