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 }}"
ssh:
allowTCPForwarding: no
allowUsers: {{ output "echo" "$USER" }}
allowUsers: {{ env "USER" }}
endlesshPort: 22
port: 2214
vpn:

View file

@ -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