parent
dd50dc4c13
commit
a21c97d011
6 changed files with 42 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ Host *
|
|||
ForwardAgent no
|
||||
Compression no
|
||||
ServerAliveInterval 0
|
||||
ServerAliveCountMax 3
|
||||
HashKnownHosts no
|
||||
UserKnownHostsFile ~/.ssh/known_hosts
|
||||
ControlMaster no
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ Host *
|
|||
ForwardAgent no
|
||||
Compression no
|
||||
ServerAliveInterval 0
|
||||
ServerAliveCountMax 3
|
||||
HashKnownHosts no
|
||||
UserKnownHostsFile ~/.ssh/known_hosts
|
||||
ControlMaster no
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ Host abc
|
|||
|
||||
Host xyz
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 10
|
||||
IdentityFile file
|
||||
LocalForward [localhost]:8080 [10.0.0.1]:80
|
||||
RemoteForward [localhost]:8081 [10.0.0.2]:80
|
||||
|
|
@ -23,6 +24,7 @@ Host *
|
|||
ForwardAgent no
|
||||
Compression no
|
||||
ServerAliveInterval 0
|
||||
ServerAliveCountMax 3
|
||||
HashKnownHosts no
|
||||
UserKnownHostsFile ~/.ssh/known_hosts
|
||||
ControlMaster no
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ with lib;
|
|||
xyz = {
|
||||
identityFile = "file";
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 10;
|
||||
localForwards = [{
|
||||
bind.port = 8080;
|
||||
host.address = "10.0.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue