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
On windows local_key() looks for the public and private keys in the wrong place. By default, they are stored in C:/users/USERNAME/.ssh, whereas the home dir ~ is set to C:/users/USERNAME/Documents.
Modifying local_key() so that a custom path to the directory can be set is a better solution than recreating or copying the keys in a new place.
The text was updated successfully, but these errors were encountered:
Running into this issue
On windows
local_key()
looks for the public and private keys in the wrong place. By default, they are stored inC:/users/USERNAME/.ssh
, whereas the home dir ~ is set toC:/users/USERNAME/Documents
.Modifying
local_key()
so that a custom path to the directory can be set is a better solution than recreating or copying the keys in a new place.The text was updated successfully, but these errors were encountered: