Joined October 2015
·

Paul Letsky

Saint-Petersburg
·
·

Posted to SSH alias over 1 year ago

You can do it in your shell .rc file at your home dir. No need to change any system files.

Bash for example:

alias name='ssh [param] user@host'

And now you can connect just typing "name" (without quote) in your shell.

Achievements
1 Karma
0 Total ProTip Views