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]

Re: graceful ssh key management

Subject: Re: graceful ssh key management
Date: Thu, 17 May 2007 12:38:28 -0400
At 12:15p -0400 on 17 May 2007: Mike Witkowski wrote:
Kevin Hunter wrote:

---------------------------Client computer----------------------------
| | | |
| | | |
Server 1 Server 2 Server 3 Server 4


   ^-------------------^---------------------^--------------------^
              No communication among the servers

Short of using alias, is there a way to have multiple keys play nice
with each other and me at the same time? I'm looking for my users to be
able to straight 'ssh server' from any shell window they've opened in
their window manager.

When I have done this before, I have made a key pair for each client.
Each client keeps its private key private. It then sprinkles the public
key about to any server it wishes to go to. One copy of one private
key, many copies of public keys in the authorized keys files on the
servers.

Hmm. That would work for multiple clients, and is indeed what I do when in that scenario. However the issue is that I have a *single* client and *multiple* servers. In this particular case, I have multiple private ssh keys on a single client.


Thanks,

Kevin

<Prev in Thread] Current Thread [Next in Thread>