[tahoe-lafs-trac-stream] [Tahoe-LAFS] #1411: sftp server does not accept pubkey auth

Tahoe-LAFS trac at tahoe-lafs.org
Mon May 12 18:43:50 UTC 2014


#1411: sftp server does not accept pubkey auth
-----------------------------+---------------------------------------------
     Reporter:  gdt          |      Owner:  davidsarah
         Type:  enhancement  |     Status:  assigned
     Priority:  major        |  Milestone:  soon
    Component:  code-        |    Version:  1.8.2
  frontend                   |   Keywords:  sftp usability fuse test-needed
   Resolution:               |
Launchpad Bug:               |
-----------------------------+---------------------------------------------

Comment (by descention):

 I am trying to test this and it's not working for me. I have my
 private/accounts file with the following
 {{{
 <username> ssh-rsa <public key> <uri>
 }}}
 and have setup the .ssh/config on my client to be
 {{{
 Host tahoe
   HostName localhost
   User <username>
   Port 8022
   IdentityFile ~/.ssh/tahoe.key
   PasswordAuthentication no
 }}}
 Every time I use "ssh tahoe" I get a login failure. Without the
 "PasswordAuthentication no" I'll be asked to enter a password.

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1411#comment:12>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list