Brian Hatch
Colapse all |
Post comment
SSH Host Key Protection
2006-06-14
Anonymous (1 replies)
It's a horrible hack, but I've found that individual hosts can be prevented from saving Host Keys by adding "UserKnownHostsFile /dev/null" to their section of the .ssh/config file.
Messy, but (along with "StrictHostKeyChecking no") it works....
[ more ] [ reply ]
Anonymous (1 replies)
It's a horrible hack, but I've found that individual hosts can be prevented from saving Host Keys by adding "UserKnownHostsFile /dev/null" to their section of the .ssh/config file.
Messy, but (along with "StrictHostKeyChecking no") it works....
[ more ] [ reply ]
SSH Host Key Protection
2007-12-30
Anonymous (1 replies)
Anonymous (1 replies)
Re: SSH Host Key Protection
2008-01-11
Andrew Lloyd
Andrew Lloyd
Links to others:
[1] SSH Host Key Protection: http://www.securityfocus.com/infocus/1806
[2] SSH User Identities: http://www.securityfocus.com/infocus/1810
[3] SSH and ssh-agent: http://www.securityfocus.com/infocus/1812
[4] SSH Port Forwarding:
http://www.securityfocus.com/infocus/1816...
[ more ] [ reply ]
[1] SSH Host Key Protection: http://www.securityfocus.com/infocus/1806
[2] SSH User Identities: http://www.securityfocus.com/infocus/1810
[3] SSH and ssh-agent: http://www.securityfocus.com/infocus/1812
[4] SSH Port Forwarding:
http://www.securityfocus.com/infocus/1816...
[ more ] [ reply ]
SSH Host Key Protection
2009-01-05
Anonymous (1 replies)
Anonymous (1 replies)
Excellent article. Would someone tell me how to get the hash of a key previously stored in the known_hosts file? In other words how do I translate:
ssh-server.example.com,12.18.429.21 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA0
6jFqviLMMJ/GaJNhGx/P6Z7+4aJIfUqcVjTGQasS1daDYejcfOAWK0juoD+zS3BsGKKYKP...
[ more ] [ reply ]
ssh-server.example.com,12.18.429.21 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA0
6jFqviLMMJ/GaJNhGx/P6Z7+4aJIfUqcVjTGQasS1daDYejcfOAWK0juoD+zS3BsGKKYKP...
[ more ] [ reply ]
SSH Host Key Protection
2009-11-09
Dhaubaji
Dhaubaji
Very good article.
But can i claim myself to be a server (man in the middle attack) by copying the server host key (suppose rsa hostkey) and putting it in a different machine?
Because if i try to connect a server (say using putty) it allows me to see the hostkey of the server i'm connecting to.
...
[ more ] [ reply ]
But can i claim myself to be a server (man in the middle attack) by copying the server host key (suppose rsa hostkey) and putting it in a different machine?
Because if i try to connect a server (say using putty) it allows me to see the hostkey of the server i'm connecting to.
...
[ more ] [ reply ]

[ more ] [ reply ]