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