Slide 23
Slide 23 text
If you use windows, you most likely created your keys using PuttyGen.
• Note that the key created by PuttyGen is not in OpenSSH format.
• Convert the format with PuttyGen – use /Conversions/Export OpenSSH key
Note that the folder ~/.ssh in Windows usually expands to
C:/Users/YOURNAME/Documents/.ssh.
You can find the full path by using:
normalizePath("~/.ssh", mustWork = FALSE)
## [1] "C:/Users/adevries/Documents/.ssh"
Note for Windows users