mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 12:48:21 +08:00
4 lines
220 B
PowerShell
4 lines
220 B
PowerShell
# Add well-known SSH host keys to ssh_known_hosts
|
|
|
|
ssh-keyscan -t rsa github.com >> "C:\Program Files\Git\etc\ssh\ssh_known_hosts"
|
|
ssh-keyscan -t rsa ssh.dev.azure.com >> "C:\Program Files\Git\etc\ssh\ssh_known_hosts" |