Hi,
i have configured a public key authentication on my server, i can logon with standard sftp or ssh
(ssh domain.com works, sftp domain.com works too - .ssh/config file contains neccessary settings like my port - i don't use the standard ssh port)
but neither the dolphin sftp://user@domainort/ nor the knetattach in dolphin works - both are just writing
authentication failed. I am using KDE 4.4.4, 10.4 kubuntu, 2.6.32-22
I have upgraded just yesterday from 4.2 (i read that there was a bug in 4.2 which prevented sftp connection) but still i couldn't make a connection with it
content of my .ssh/config
Host domain.com
Hostname comain.com
IdentityFile ~/.ssh/my_key_file
PasswordAuthentication no
Port myport
PubkeyAuthentication yes
User myuser
HashKnownHosts yes
i have no further ideas where to search - unfortunatly i was not able to find a more detailed error message - (on my server i couldn't find anything in the logfiles too...)
any hint ? (i am quite unexperienced with linux)
best regards
i have configured a public key authentication on my server, i can logon with standard sftp or ssh
(ssh domain.com works, sftp domain.com works too - .ssh/config file contains neccessary settings like my port - i don't use the standard ssh port)
but neither the dolphin sftp://user@domainort/ nor the knetattach in dolphin works - both are just writing
authentication failed. I am using KDE 4.4.4, 10.4 kubuntu, 2.6.32-22
I have upgraded just yesterday from 4.2 (i read that there was a bug in 4.2 which prevented sftp connection) but still i couldn't make a connection with it
content of my .ssh/config
Host domain.com
Hostname comain.com
IdentityFile ~/.ssh/my_key_file
PasswordAuthentication no
Port myport
PubkeyAuthentication yes
User myuser
HashKnownHosts yes
i have no further ideas where to search - unfortunatly i was not able to find a more detailed error message - (on my server i couldn't find anything in the logfiles too...)
any hint ? (i am quite unexperienced with linux)
best regards
Comment