Created
August 5, 2011 12:18
-
-
Save dundee/1127412 to your computer and use it in GitHub Desktop.
SSH config file (~/.ssh/config)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host milde | |
HostName milde.cz | |
User dundee | |
Port 1080 | |
Host nagios | |
HostName nagios.milde.cz | |
User dundee | |
Port 1080 | |
IdentityFile ~/.ssh/alternative |
JJ, právě že stačí.
Pokud je správně nainstalovaný bash completion, tak to i napovídá tyhle aliasy.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To je super! V systému to funguje implicitně? A stačí pak
?