VisLab

Chris Waters' Weblog

Visualizing the Vislab

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* 

Login Information
Username:
Password:

© Chris Waters. The views and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by Mississippi State University.