Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 649 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 649 Bytes

Version 1.2

Adds support for SSH agent authentication.

Version 1.1

Adds support for additional SSH authentication methods (keyboard-interactive, hostbased, gssapi-with-mic).

Version 1.0

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;

Versions < 1.0

No documented changes.