microscript-base/ssh_config

8 lines
231 B
Plaintext
Raw Normal View History

2022-04-21 22:15:48 +00:00
Host *
2022-08-09 07:12:48 +00:00
IdentitiesOnly yes
2022-04-21 22:15:48 +00:00
IdentityFile /config/ssh_identity
UserKnownHostsFile /config/ssh_known_hosts
2022-08-09 07:12:48 +00:00
# TODO: Remove following after ROS7 upgrades
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa