We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not a problem/issue, but findings on how I resolved my own issues when trying to connect to a sever with sshfs.kr.
sshfs.kr
For any Windows versions that have OpenSSH included, make sure you use the latest pre-release!
If \\sshfs.kr and \\sshfs.k\ don't work, try connecting with \\sshfs\ first and see if it prompts for a password (connection test)
\\sshfs.kr
\\sshfs.k\
\\sshfs\
When using \\sshfs.k with one key file
\\sshfs.k
ssh
sshfs
%userprofile%\.ssh\id_rsa
Winfsp.Launcher
services.msc
For \\sshfs.k with different key files based on domain
C:\Program Files\SSHFS-Win\etc\ssh_config
Host pixel.phone User root IdentityFile C:\Users\User\.ssh\id_rsa_pixel_root userknownhostsfile C:\Users\User\.ssh\known_hosts Host 100.123.45.67 User test IdentityFile C:\Users\User\.ssh\testserver_key userknownhostsfile C:\Users\User\.ssh\known_hosts
I had to do all this to make sshfs.kr work with Windows 11 connecting with sshfs.kr
Hope this helps if you're stuck seeing Network name cannot be found when using sshfs.kr
Network name cannot be found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not a problem/issue, but findings on how I resolved my own issues when trying to connect to a sever with
sshfs.kr
.For any Windows versions that have OpenSSH included, make sure you use the latest pre-release!
If
\\sshfs.kr
and\\sshfs.k\
don't work, try connecting with\\sshfs\
first and see if it prompts for a password (connection test)When using
\\sshfs.k
with one key filessh
first, withoutsshfs
. Look for any warnings, connection failure(s), etc.%userprofile%\.ssh\id_rsa
. Any warning(s) will show up when trying to connect with plainssh
.Winfsp.Launcher
service is running usingservices.msc
, start if it has stoppedFor
\\sshfs.k
with different key files based on domainC:\Program Files\SSHFS-Win\etc\ssh_config
fileI had to do all this to make sshfs.kr work with Windows 11 connecting with
sshfs.kr
Hope this helps if you're stuck seeing
Network name cannot be found
when usingsshfs.kr
The text was updated successfully, but these errors were encountered: