Files
microscript-base/ssh_config
Lauri Võsandi 80d53c226b
All checks were successful
continuous-integration/drone Build is passing
Add ROS6 workarounds
2022-08-09 10:12:48 +03:00

8 lines
231 B
Plaintext

Host *
IdentitiesOnly yes
IdentityFile /config/ssh_identity
UserKnownHostsFile /config/ssh_known_hosts
# TODO: Remove following after ROS7 upgrades
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa