Monday, January 20, 2014

SSH on Windows

Reminder...

Make sure your .ssh folder is in your home path. If your home path is wrong or not set try to set the HOME environment variable. From cmd you can check if your home is set by running the set home command. If your in a domain and the HOME path is set by active directory, you can do the following in a startup script:

set HOME=c:\users\...

As long as the ssh keys are correct, they should be used.

This isn't magic.

No comments:

Post a Comment