mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
4 lines
156 B
Bash
4 lines
156 B
Bash
#!/bin/bash -e
|
|
# https://github.com/hashicorp/packer/issues/11656
|
|
echo PubkeyAcceptedKeyTypes=+ssh-rsa >> /etc/ssh/sshd_config
|
|
systemctl reload sshd.service |