quantumsheep / sshs

Terminal user interface for SSH
MIT License
910 stars 27 forks source link

Insufficient installation process? #14

Closed Plaenkler closed 2 years ago

Plaenkler commented 2 years ago

2022/02/22 20:53:25 open C:\Users*****.ssh\config: The system cannot find the specified path.

Appears after "successful" installation on Win 10 Pro 64 bit

quantumsheep commented 2 years ago

You must have the ~/.ssh/config file in order for sshs to work. The table is generated using this file. You can refer on "Troubleshooting" in the README.

Plaenkler commented 2 years ago

On Windows, the OpenSSH client creates the corresponding files only after first use. Can't SSHS create the .ssh directory and its contents itself? Just an idea.

quantumsheep commented 2 years ago

I agree. It would completely get rid of that error message.

Plaenkler commented 2 years ago

Still does not work. Tested 2.1.1

Error

quantumsheep commented 2 years ago

Woops, path module doesn't work with Windows paths for reasons. a6d75776e9852fe2db1b5a79a539fdccd99f2fba fixes the issue, provided in release 2.1.2.

Plaenkler commented 2 years ago

Yes works fine thank you!