Updating options in ssh_config.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
908b58d180
commit
26c8d139e1
2 changed files with 27 additions and 0 deletions
26
debian/patches/progress-linux/0003-ssh_config-update.patch
vendored
Normal file
26
debian/patches/progress-linux/0003-ssh_config-update.patch
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Updating options in ssh_config.
|
||||
|
||||
diff -Naurp openssh.orig/ssh_config openssh/ssh_config
|
||||
--- openssh.orig/ssh_config
|
||||
+++ openssh/ssh_config
|
||||
@@ -25,7 +25,7 @@ Host *
|
||||
# ForwardX11Trusted yes
|
||||
# PasswordAuthentication yes
|
||||
# HostbasedAuthentication no
|
||||
-# GSSAPIAuthentication no
|
||||
+ GSSAPIAuthentication yes
|
||||
# GSSAPIDelegateCredentials no
|
||||
# GSSAPIKeyExchange no
|
||||
# GSSAPITrustDNS no
|
||||
@@ -46,9 +46,8 @@ Host *
|
||||
# TunnelDevice any:any
|
||||
# PermitLocalCommand no
|
||||
# VisualHostKey no
|
||||
-# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||||
+# ProxyJump gateway.example.com
|
||||
# RekeyLimit 1G 1h
|
||||
# UserKnownHostsFile ~/.ssh/known_hosts.d/%k
|
||||
SendEnv LANG LC_* COLORTERM NO_COLOR
|
||||
HashKnownHosts yes
|
||||
- GSSAPIAuthentication yes
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -28,3 +28,4 @@ configure-cache-vars.patch
|
|||
pam-avoid-unknown-host.patch
|
||||
progress-linux/0001-ssh-keygen-default-rsa-size.patch
|
||||
progress-linux/0002-ssh-keygen-default-ecdsa-size.patch
|
||||
progress-linux/0003-ssh_config-update.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue