Skip to content

Commit

Permalink
Merge pull request dev-sec#49 from hardening-io/disable_client_roaming
Browse files Browse the repository at this point in the history
Disable experimental client roaming.
  • Loading branch information
chris-rock committed Feb 24, 2016
2 parents c3f0246 + eac2d55 commit 78e75f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ sftp_enabled: false

# change default sftp chroot location
sftp_chroot_dir: /home/%u

# enable experimental client roaming
ssh_client_roaming: false
3 changes: 3 additions & 0 deletions templates/openssh.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,6 @@ Compression yes

#EscapeChar ~
#VisualHostKey yes

# Disable experimental client roaming. This is known to cause potential issues with secrets being disclosed to malicious servers and defaults to being disabled.
UseRoaming {{ 'yes' if ssh_client_roaming else 'no' }}

0 comments on commit 78e75f3

Please sign in to comment.