Things You Can Put in Your Login File

From CTSWiki

Jump to: navigation, search
Image:WustlLogo.jpg

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

Personal tools