On Wed, Jan 07, 2004 at 01:25:12PM +0200, Micha Feigin wrote: > I already have ssh set up for logging in using rsa keys instead of > password (so that I can run cvs over ssh). I was wondering if its possible > to set it up to log in from different computers using different keys (for > the same user on all computers), so that I can disable one off the keys > without having to replace all keys on all computers.
Yes. Just generate a key on each system and do the same thing as you did to set it up for one system. authorized_keys contains one key per line. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

