mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-19 23:20:58 +01:00
parent
2a7a15c0ed
commit
d8d48508bd
@ -1,6 +1,10 @@
|
|||||||
# /etc/ssh/ssh_config - at least the Arch default was full of comments
|
# This works as a /etc/ssh/ssh_config or ~/.ssh/config like how I keep
|
||||||
# so I think it makes more sense if I just paste my normal config here
|
# using it. Higher option takes priority (keep `Host *` bottom)
|
||||||
# without host specific options.
|
|
||||||
|
# User specific configs
|
||||||
|
Include ~/.ssh/config.d/*.conf
|
||||||
|
# Debian includes this
|
||||||
|
Include /etc/ssh/ssh_config.d/*.conf
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
# Path for the control socket.
|
# Path for the control socket.
|
||||||
@ -14,6 +18,9 @@ Host *
|
|||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
|
||||||
|
# Debian sets this as yes, upstream no. TODO: What is it?
|
||||||
|
#GSSAPIAuthentication yes
|
||||||
|
|
||||||
# Ensure KnownHosts are unreadable if leaked.
|
# Ensure KnownHosts are unreadable if leaked.
|
||||||
HashKnownHosts yes
|
HashKnownHosts yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user