소스 검색

fix of gfe in ssh-config

master
Dirk Alders 3 주 전
부모
커밋
3bf79715e3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      .ssh/config

+ 2
- 2
.ssh/config 파일 보기

@@ -57,8 +57,8 @@ Host ffw_tmux
57 57
     RequestTTY yes
58 58
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
59 59
 
60
-Host ffw_tmux
61
-    HostName ffw
60
+Host gfe_tmux
61
+    HostName gfe
62 62
     User dirk
63 63
     Port 22
64 64
     RequestTTY yes

Loading…
취소
저장