Re: Verifying the host fingerprint
From: Greg Wooledge (wooledg_at_eeg.ccf.org)
Date: 02/17/04
- Previous message: Black, Braden: "RE: some tunnelling help needed"
- In reply to: Hamish Whittal: "Verifying the host fingerprint"
- Next in thread: Nicholas Nam: "RE: Verifying the host fingerprint"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 17 Feb 2004 12:37:50 -0500 To: Hamish Whittal <hamish@QEDux.co.za>
On Mon, Feb 16, 2004 at 02:43:00PM +0200, Hamish Whittal wrote:
> I am trying to log into a host and, the first time, it gives me a host
> fingerprint, asking whether this is the host I am trying to connect to.
> I know it is, but how do I "REALLY" verify this?
Login to the server's console. Switch to bourne shell if needed.
cd /etc/ssh (or wherever the server keys live)
for f in *.pub; do ssh-keygen -l -f $f; done
- Previous message: Black, Braden: "RE: some tunnelling help needed"
- In reply to: Hamish Whittal: "Verifying the host fingerprint"
- Next in thread: Nicholas Nam: "RE: Verifying the host fingerprint"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|