Remove ssh legacy fix for Ubuntu Server 22.04 (#5645)

This commit is contained in:
Aleksandr Chebotov
2022-06-01 10:08:42 +02:00
committed by GitHub
parent 0fec5d8152
commit 36ddf7491f
3 changed files with 0 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/bash -e
# https://github.com/hashicorp/packer/issues/11656
echo PubkeyAcceptedKeyTypes=+ssh-rsa >> /etc/ssh/sshd_config
systemctl reload sshd.service