Fix ssh host names
This commit is contained in:
parent
e4c77d22d8
commit
9014f87dfd
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ host *
|
|||
#ControlPath ~/.ssh/%r@%h:%p.socket
|
||||
|
||||
host moria
|
||||
HostName korhonen.cc
|
||||
HostName home.korhonen.cc
|
||||
port 221
|
||||
User balrog
|
||||
{%@@ if distro_id != "termux" @@%}
|
||||
|
@ -52,7 +52,7 @@ Host aur
|
|||
User aur
|
||||
|
||||
host moria-unlock
|
||||
HostName korhonen.cc
|
||||
HostName home.korhonen.cc
|
||||
port 221
|
||||
User root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue