Updates
This commit is contained in:
parent
de3d745f8e
commit
e9d515d4c8
3 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ data:
|
|||
workgroup: "{{ $sambaWorkGroupName }}"
|
||||
ssh:
|
||||
allowTCPForwarding: no
|
||||
allowUsers: {{ output "echo" "$USER" }}
|
||||
allowUsers: {{ env "USER" }}
|
||||
endlesshPort: 22
|
||||
port: 2214
|
||||
vpn:
|
||||
|
|
|
@ -5,7 +5,6 @@ Host *
|
|||
IgnoreUnknown AddKeysToAgent,UseKeychain
|
||||
AddKeysToAgent yes
|
||||
UseKeychain yes
|
||||
Compression no
|
||||
ExitOnForwardFailure yes
|
||||
ForwardAgent yes
|
||||
ForwardX11 no
|
||||
|
@ -16,6 +15,7 @@ Host *
|
|||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 30
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
Host gitlab.com
|
||||
UpdateHostKeys no
|
||||
Host github.com
|
||||
|
|
Loading…
Reference in a new issue