| Title: | SSH minus Login |
|---|---|
| Posted by: | Chris Waters |
| Previous: | Using PIL Images with wxPython |
| Next: | Installing GLEW and GLEWpy in Python2.5 on OS X |
This is useful for 'faster' logins, or programs that use SSH and don't support a login (ex: SCPlugin SVN GUI for OSX)
On local machine, create and upload the key: > ssh-keygen -t dsa
** overwrite if you need to **
** enter empty passphrase (is this safe?) **
> scp ~/.ssh/id_dsa.pub username@server
Login to remote server and do: > cat id_dsa.pub >> .ssh/authorized_keys
> rm id_dsa.pub
I did this a while back, but never took notes. *sigh*
| @ October 29, 2007 6:01:03 PM CST ( ) |
|
|

