github patrickhener/goshs v2.0.9

4 hours ago

What Changed in v2.0.9

FTP/SFTP

goshs now supports FTP (plain text) and the recently introduced SFTP. The flags are changed. --ftp starts the FTP plain text server and --ftp-sftp upgrades to SFTP.

FTP/SFTP server options:
  -ftp                          Activate FTP server capabilities          (default: false)
  -ftp-port                     The port FTP/SFTP listens on              (default: 2121)
  -ftp-sftp                     Switch to SFTP instead of plain FTP       (default: false)
  -fkf, --ftp-keyfile           Authorized_keys file for SFTP pubkey auth
  -fhk, --ftp-host-keyfile      SSH host key file for SFTP identification

-b still enforces auth for both services.

🐛 Bug Fixes

Smaller bug fixes are included in this release

Don't miss a new goshs release

NewReleases is sending notifications on new releases.