search for: theremoteservername

Displaying 1 result from an estimated 1 matches for "theremoteservername".

2001 Apr 09
0
Automatic ssh key installer available
...pter from the O'Reilly ssh book online that covered the process (many thanks, O'Reilly; I went out to buy the book the next day!) I've written a program that will set up the various keys and files involved in an ssh connection. One runs it on the client box like so: ssh-keyinstall -s TheRemoteServerName and it sets up the local files and uses ssh and scp to set up the remote box. Obviously, you need a valid account and password on the remote box. The program can be found at ftp://ftp.stearns.org/pub/ssh-keyinstall/ A tar file and rh7 rpm's can be found there. While it hasn't been tes...