Changes between Version 4 and Version 5 of User Guide/Remote Access/Ssh Tips
- Timestamp:
- May 19, 2020, 9:21:36 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Remote Access/Ssh Tips
v4 v5 21 21 The internal key should now be restored. 22 22 23 ==== Prevent ```unknown host key``` error when connecting to node 24 Configure you ssh client not to use `strict host key checking` 23 25 24 ==== Common ssh options for nodes 26 For openssh, this is `-o StrictHostKeyChecking=no` or the same in the .config file 27 28 29 ==== Using a .config file for SSH (Linux, Mac, and WSL ONLY) ==== #config 25 30 26 31 We'd like to do a few things for convenience: