Adds support for SSH agent authentication.
Adds support for additional SSH authentication methods (keyboard-interactive, hostbased, gssapi-with-mic).
Relicensed under GPL v3.
Renamed unmount commands:
sftpman unmount
->sfptman umount
sftpman unmount_all
->sfptman umount_all
Changed the extension (.js
-> .json
) of configuration files stored in ~/.config/sftpman/mounts
.
You need to migrate your files manually like this:
for f in $(ls ~/.config/sftpman/mounts/*.js); do n=$(echo $f | sed 's/.js$/.json/'); mv $f $n; done;
No documented changes.