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. |

| Subject: | Locking down ssh config in large env |
|---|---|
| Date: | Fri, 10 Sep 2004 08:47:15 -0600 |
Hi;
I am looking for some ideas on howto lock down ssh for a large
deployment of unix hosts. Specifically, I would like to be able to tell the
ssh cli program to ignore individual users .ssh/ssh_config files and only
reference the global ssh_config file, (eg: /usr/local/etc/ssh_config). Most
of my users home directories are mounted via automounter from a central
location.
I am also looking for a way in which to have ssh only reference a
global known_hosts file (eg: /usr/local/etc/known_hosts) and completely
ignore individual users .ssh/known_hosts entries. Effectively what I want is
a centrally managed and distributed known_hosts file to be used in
conjunction with StrictHostKeyChecking to not allow ssh connections from
hosts not listed in the global known_hosts file. The global known_hosts file
would be a read-only file for everyone but administrators. The use of
StrictHostKeyChecking ties into my desire to ignore users ssh_config files
and rely only on the global file - I don't want users to be able to override
StrictHostKeyChecking. VerifyHostKeyDNS has a great deal of appeal, but a
number of my clients (Sun SSH for example) do not yet support this option.
Also I have some issues with getting a recent bind deployment in place to
support SSHFP keys.
Any input is greatly appreciated.
TIA,
Chris
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: running sftp without login via ssh ?, MBuselli |
|---|---|
| Next by Date: | RE: HELP! RSA authentication between windows boxes., Conley, Robert Michael |
| Previous by Thread: | running sftp without login via ssh ?, Thorsten Hofrichter |
| Next by Thread: | Re: Locking down ssh config in large env, Alvin Oga |
| Indexes: | [Date] [Thread] [Top] [All Lists] |