pages*: fix various proper names, acronyms and initialisms (#12494)
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# ssh-keyscan
|
||||
|
||||
> Get the public ssh keys of remote hosts.
|
||||
> Get the public SSH keys of remote hosts.
|
||||
> More information: <https://man.openbsd.org/ssh-keyscan>.
|
||||
|
||||
- Retrieve all public ssh keys of a remote host:
|
||||
- Retrieve all public SSH keys of a remote host:
|
||||
|
||||
`ssh-keyscan {{host}}`
|
||||
|
||||
- Retrieve all public ssh keys of a remote host listening on a specific port:
|
||||
- Retrieve all public SSH keys of a remote host listening on a specific port:
|
||||
|
||||
`ssh-keyscan -p {{port}} {{host}}`
|
||||
|
||||
- Retrieve certain types of public ssh keys of a remote host:
|
||||
- Retrieve certain types of public SSH keys of a remote host:
|
||||
|
||||
`ssh-keyscan -t {{rsa,dsa,ecdsa,ed25519}} {{host}}`
|
||||
|
||||
- Manually update the ssh known_hosts file with the fingerprint of a given host:
|
||||
- Manually update the SSH known_hosts file with the fingerprint of a given host:
|
||||
|
||||
`ssh-keyscan -H {{host}} >> ~/.ssh/known_hosts`
|
||||
|
Reference in New Issue
Block a user