You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made the title as specific as possible because I know there are already a few issues (#44) and (#45) relating to bash seeing files copied using explorer into the Ubuntu file system (AppData/lxss).
I ran into that issue, and then decided to copy over some of my previous ssh keys using 'cp' from inside bash. Still, when I attempt to load they keys into the ssh-agent, it tells me the file does not exist even though they show up using the 'ls' command.
The text was updated successfully, but these errors were encountered:
Now, if you do not run the chmod command you'll get:
russ@RUSSALEX-DESK:~/.ssh$ ssh-add russ_rsa
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0777 for 'russ_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Is this what you're doing? If not, any chance you could list out the commands you're running?
I made the title as specific as possible because I know there are already a few issues (#44) and (#45) relating to bash seeing files copied using explorer into the Ubuntu file system (AppData/lxss).
I ran into that issue, and then decided to copy over some of my previous ssh keys using 'cp' from inside bash. Still, when I attempt to load they keys into the ssh-agent, it tells me the file does not exist even though they show up using the 'ls' command.
The text was updated successfully, but these errors were encountered: