PROJET AUTOBLOG


Le Kernel Panique (Kpanic)

Archivé

source: Le Kernel Panique (Kpanic)

⇐ retour index

No SSH host verification

vendredi 17 mai 2013 à 16:16

Sometimes I need to connect to an host which has his ssh key fingerprint changed.

To bypass the host key verification we can connect like this:

ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no mach

And no more :

WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!