Initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-04-22 01:15:48 +03:00
commit 5164abb6cf
5 changed files with 35 additions and 0 deletions

4
ssh_config Normal file
View File

@@ -0,0 +1,4 @@
Host *
IdentityFile /config/ssh_identity
UserKnownHostsFile /config/ssh_known_hosts
HostKeyAlgorithms +ssh-rsa # TODO: Remove this after ROS7 upgrades