mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 07:46:45 +00:00
[Ubuntu] Add Ubuntu Server 22.04 LTS template (#5454)
This commit is contained in:
committed by
GitHub
parent
623df76820
commit
9d80842cc3
4
images/linux/scripts/base/configure-legacy-ssh.sh
Normal file
4
images/linux/scripts/base/configure-legacy-ssh.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
# https://github.com/hashicorp/packer/issues/11656
|
||||
echo PubkeyAcceptedKeyTypes=+ssh-rsa >> /etc/ssh/sshd_config
|
||||
systemctl reload sshd.service
|
||||
Reference in New Issue
Block a user