mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
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.
This commit is contained in:
parent
1053c3278e
commit
08bc71e529
@ -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 <sshport> <hostname>` 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 <hostname>` or `ssh-keyscan -t rsa <ip_address>`
|
||||
|
||||
|
||||
**Linux, or OSX (using homebrew)**
|
||||
Install the OpenSSH packages and use `ssh-keyscan <hostname>` and copy the hash output
|
||||
|
Loading…
x
Reference in New Issue
Block a user