| A ssh quickie |
I tend to have lots of ssh tunnels running with port forwarding on my laptop. The problem with that is that there are of course different host keys for localhost then. That makes me sad. Luckily, the following config option disables host key checking for localhost:
$ cat /home/mikal/.ssh/config NoHostAuthenticationForLocalhost yes
Too easy.
Tags for this post: linux(
posted at: 04:38 | path: /linux | permanent link to this entry
There are no comments on this post which have survived moderation. 10 posts have been culled and 4 blocked. Be the first to make a non-spam comment here, please!
