spantaleev / sftpman

Application that handles sshfs/sftp file systems mounting.
GNU General Public License v3.0
32 stars 7 forks source link

Added other ssh authentication methods #7

Closed semyon-san closed 6 years ago

semyon-san commented 6 years ago

I couldn't mount keyboard-interactive server because sftpman currently does not support any authentication methods other than password and publickey.

This change adds the remaining authentication methods defined in https://linux.die.net/man/5/ssh_config .

spantaleev commented 6 years ago

Thank you for your contribution! :+1:

It's merged it and made it available in sftpman = 1.1 and onwards.

I've also just noticed that the sftpman setup command's docblock was not up-to-date (not mentioning the new authentication methods), so I've fixed that for 1.1.1 via ae41aaa3a17c4e.


Maybe we should do some adjustments to the GTK application (sftpman-gtk) to support these new authentication methods.

By the look of it, maybe we just need to add the new authentication methods to the dropdown (no additional customization options for them).