Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

copying from system known_hosts to user known_hosts

Subject: copying from system known_hosts to user known_hosts
Date: Mon, 24 Sep 2007 11:08:54 -0300
When users do ssh to a host that's not listed in their own
~/.ssh/known_hosts ssh warns them about it being "new" and if the user
wants to add the key to their personal list. This is because
StrictHostKeyChecking is set to yes (the default). The problem is that
this is a computing cluster, and this asking makes a mess to the
users.

The keys are all listed in /etc/ssh/ssh_known_hosts. I'd like that ssh
considers them known and doesn't warn the user nor asks to copy them
to their personal list. How can this be done?

I think StrictHostKeyChecking should not trigger when the keys are in
the system list. I cannot set it to "no" because it should apply to
other hosts outside the site.

<Prev in Thread] Current Thread [Next in Thread>
  • copying from system known_hosts to user known_hosts, Carlos Carvalho <=