This commit is contained in:
Brian Zalewski 2023-11-28 02:15:59 +00:00
parent de3d745f8e
commit e9d515d4c8
3 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ data:
workgroup: "{{ $sambaWorkGroupName }}" workgroup: "{{ $sambaWorkGroupName }}"
ssh: ssh:
allowTCPForwarding: no allowTCPForwarding: no
allowUsers: {{ output "echo" "$USER" }} allowUsers: {{ env "USER" }}
endlesshPort: 22 endlesshPort: 22
port: 2214 port: 2214
vpn: vpn:

View file

@ -5,7 +5,6 @@ Host *
IgnoreUnknown AddKeysToAgent,UseKeychain IgnoreUnknown AddKeysToAgent,UseKeychain
AddKeysToAgent yes AddKeysToAgent yes
UseKeychain yes UseKeychain yes
Compression no
ExitOnForwardFailure yes ExitOnForwardFailure yes
ForwardAgent yes ForwardAgent yes
ForwardX11 no ForwardX11 no
@ -16,6 +15,7 @@ Host *
ServerAliveInterval 60 ServerAliveInterval 60
ServerAliveCountMax 30 ServerAliveCountMax 30
IdentitiesOnly yes IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa
Host gitlab.com Host gitlab.com
UpdateHostKeys no UpdateHostKeys no
Host github.com Host github.com