Fix ssh host names
This commit is contained in:
parent
a4a1a8220b
commit
013e49743e
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