Преглед изворни кода

change the default ssh login name

Weiyi Lou пре 13 година
родитељ
комит
dd2751ef85
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      ssh/config

+ 2 - 4
ssh/config

@@ -13,13 +13,11 @@ Host parsleygardens.net
   User cinaeco
 
 Host dev5
+  User root
   ForwardAgent yes
 
-Host song
-  User weiyi
-
 ## Keep alive for all hosts
 Host *
-  User root
+  User weiyi
   ServerAliveCountMax 4
   ServerAliveInterval 15