Difference between revisions of "Ssh-keyscan"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
 
 
{{lowercase}}
 
{{lowercase}}
 +
<code>ssh-keyscan</code> [https://man.openbsd.org/ssh-keyscan.1 man] gather [[SSH public keys]] from servers.
  
* https://man.openbsd.org/ssh-keyscan.1
+
ssh-keyscan 192.168.0.0/24
  
 
  ssh-keyscan -H
 
  ssh-keyscan -H
Line 8: Line 8:
  
  
 +
ssh-keyscan github.com >> [[~/.ssh/known_hosts]]
  
 +
 +
* [[OpenSSH 9.1]]:
 
* [[OpenSSH 6.1]]: August 29, 2012 Finds [[ECDSA]] keys in <code>[[ssh-keyscan]]</code> and [[SSHFP]] [[DNS]] records by default now
 
* [[OpenSSH 6.1]]: August 29, 2012 Finds [[ECDSA]] keys in <code>[[ssh-keyscan]]</code> and [[SSHFP]] [[DNS]] records by default now
  
 
== Activities ==
 
== Activities ==
 
* Read https://serverfault.com/a/316100
 
* Read https://serverfault.com/a/316100
 
  
 
== Related terms ==
 
== Related terms ==
Line 19: Line 21:
  
 
== See also ==
 
== See also ==
 +
* {{ssh-keyscan}}
 
* {{OpenSSH}}
 
* {{OpenSSH}}
 
* {{ssh}}
 
* {{ssh}}
  
 
[[Category:OpenSSH]]
 
[[Category:OpenSSH]]

Latest revision as of 12:01, 15 February 2024

ssh-keyscan man gather SSH public keys from servers.

ssh-keyscan 192.168.0.0/24
ssh-keyscan -H
-H hashes the hostname / IP addres


ssh-keyscan github.com >> ~/.ssh/known_hosts


Activities[edit]

Related terms[edit]

See also[edit]

Advertising: