| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

SshTrust

Page history last edited by David B 15 years, 1 month ago

 

from the ~/ directory:

ssh-keygen -t dsa

from the ~/.ssh directory:

ssh -l dbradfor cvs.myhome.net "cat >> .ssh/authorized_keys2" < id_dsa.pub

on source machine
dbradfor=target user
cvs.myhome.net=target system

cat (append) to the auth keys file on the target box the contents of source machine/user's id_dsa.pub


NOTE:  This doesn't seem to work too well going from cygwin to Linux.  If you have problems, do the
thing manually, i.e. scp the id_dsa.pub over to tmp and cat it into authorized_keys2

Comments (0)

You don't have permission to comment on this page.