SSH for Solaris
From CTSWiki
| |
[edit]
SSH Logins
For SSH it is convenient to use aliases.
- Tcsh Shell: enter at the command prompt:
- alias hilton ssh -l your-login hilton.cec.wustl.edu
Put this in your .cshrc.mine
- Bash Shell: enter at the command prompt:
- alias hilton="ssh -l your-login hilton.cec.wustl.edu"
Put this in your .bash_profile
