Skip to content

Commit 09bc8d2

Browse files
Merge pull request #467 from delphix/dlpx/pr/VenkatanadhanG/df0ab414-05c3-4623-b886-81fdfbf33b31
DLPX-88235 SHA1 deprecated setting for SSH
2 parents 4c68e8c + bded79e commit 09bc8d2

File tree

1 file changed

+2
-0
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+2
-0
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@
246246
- { key: "AllowStreamLocalForwarding", value: "no" }
247247
- { key: "AllowTcpForwarding", value: "no" }
248248
- { key: "X11Forwarding", value: "no" }
249+
- { key: "HostKeyAlgorithms", value: "-ssh-rsa*" }
250+
notify: "sshd config changed"
249251

250252
#
251253
# The CRA project mandated a 30 minute timeout for any idle connections.

0 commit comments

Comments
 (0)