Skip to content

Gossh Version 0.7.0

Compare
Choose a tag to compare
@windvalley windvalley released this 21 Dec 02:26
· 122 commits to main since this release
679c0ae

Added

  • Subcommand push: keep mode and mtime of dest files and source files the same.

Security

  • For subcommand push: For security reasons, if the files to be copied already exists on the target hosts, error messages will be output. If you think it is safe to overwrite the files, you can specify -F/--force flag to force overwrite them.

  • For subcommand script: For security reasons, if the script file already on the target hosts, error messages will
    be output. If you think it is safe to overwrite the script, you can specify -F/--force flag to force overwrite it.