You are not logged in.

#1 2012-10-16 10:13:41

kekules_dream
Member
Registered: 2009-05-19
Posts: 102

zsh command completion ssh warning

After swiching to zsh I noticed the warning about island hopping attacks in the zsh wiki article.  It recommends commenting out

#HashKnownHosts yes

in /etc/ssh/ssh_config or setting the value to no.  However, with openssh 6.1p1-2, this line doesn't exist.  Am I supposed to add this line (uncommented and with no) or is this no longer an issue?

Offline

#2 2012-10-16 15:25:38

jjacky
Member
Registered: 2011-11-09
Posts: 347
Website

Re: zsh command completion ssh warning

As per `man ssh_config` the default is no, so if you don't want hashed hosts (so zsh can autocomplete) there's nothing to do.

(Though if you do want to use hashed hosts, then you need to add this option (w/ yes) and remove your known_hosts file (or manually convert entries, see man pages), but then zsh won't be able to do its autocomplete obviously)

Offline

Board footer

Powered by FluxBB