From 08bc71e529a6655eb50efd65c70696e9137a5beb Mon Sep 17 00:00:00 2001 From: Surjith S M Date: Fri, 31 Jul 2020 14:17:43 +0530 Subject: [PATCH] ssh.keyscan for powershell The mentioned ssh keyscan was not working for me in Windows, but this one worked. So adding the same to readme for other people. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c70fde..3353f1f 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ Similar in name to FTP but this protocol is entirely new and requires SSH access In powershell run `ssh-keyscan -p ` and copy the hash output Example for samkirkland.com `ssh-keyscan -p 7822 samkirkland.com` +If the above command did not work, you may also try `ssh-keyscan -t rsa ` or `ssh-keyscan -t rsa ` + **Linux, or OSX (using homebrew)** Install the OpenSSH packages and use `ssh-keyscan ` and copy the hash output