I# SSNL_Sherlock
http://sherlock.stanford.edu/mediawiki/index.php/SetupKerberos#Mac
http://sherlock.stanford.edu/mediawiki/index.php/LogonCluster#Mac
For a quicker way to log in to Sherlock:
- Open Terminal
- Type 'open -a TextEdit ~/.bash_profile'
- Paste the following into the file, replacing "SUNetID" with your SUNet ID.
alias sherlock='kinit [email protected]
ssh -X -Y [email protected]'
- Save file
- Now when you go to open sherlock in terminal, just type 'sherlock' and it will prompt you for your password
http://sherlock.stanford.edu/mediawiki/index.php/TransferFiles
Example: rsync -a /path/to/local/file [email protected]:path/to/remote/file