ssh: add nemo config
This commit is contained in:
parent
ff0ac00c6f
commit
172034e7af
1 changed files with 9 additions and 5 deletions
14
.ssh/config
14
.ssh/config
|
@ -19,13 +19,17 @@ Hostname 10.1.100.16
|
|||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
Compression no
|
||||
LocalForward localhost:3000 localhost:3000
|
||||
#RemoteForward ${XDG_RUNTIME_DIR}/opener.sock ${XDG_RUNTIME_DIR}/opener.dln-dev.sock
|
||||
|
||||
Host nemo
|
||||
Hostname 10.1.100.20
|
||||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
Compression no
|
||||
RemoteForward ${XDG_RUNTIME_DIR}/opener.sock ${XDG_RUNTIME_DIR}/opener.nemo.sock
|
||||
#LocalForward localhost:3000 localhost:3000
|
||||
LocalForward localhost:8000 localhost:8000
|
||||
LocalForward localhost:8080 localhost:8080
|
||||
LocalForward localhost:9090 localhost:9090
|
||||
LocalForward localhost:10000 localhost:10000
|
||||
RemoteForward ${XDG_RUNTIME_DIR}/opener.sock ${XDG_RUNTIME_DIR}/opener.dln-dev.sock
|
||||
RemoteForward localhost:9022 localhost:9022
|
||||
|
||||
Host *
|
||||
ForwardAgent no
|
||||
|
|
Loading…
Reference in a new issue