You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: templates/openssh.conf.j2
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,3 +145,6 @@ Compression yes
145
145
146
146
#EscapeChar ~
147
147
#VisualHostKey yes
148
+
149
+
# Disable experimental client roaming. This is known to cause potential issues with secrets being disclosed to malicious servers and defaults to being disabled.
150
+
UseRoaming {{ 'yes' if ssh_client_roaming else 'no' }}
0 commit comments