Hacker News new | ask | show | jobs
by npteljes 2087 days ago
I love randomart. To see the randomart of the host you're connecting to, append this to the ssh command:

  ssh user@host -o VisualHostKey=yes
To see the randomart of your own key, or your known hosts:

  ssh-keygen -lv -f ~/.ssh/mykey
  ssh-keygen -lv -f ~/.ssh/known_hosts
1 comments

> To see the randomart of the host you're connecting to

put it in a ~/.ssh/config or /etc/ssh/ssh_config

why type this stuff over and over?