github.com/mckael/restic@v0.8.3/changelog/0.8.2_2018-02-17/pull-1564 (about)

     1  Enhancement: Don't terminate ssh on SIGINT
     2  
     3  We've reworked the code which runs the `ssh` login for the sftp backend so that
     4  it can prompt for a password (if needed) but does not exit when the user
     5  presses CTRL+C (SIGINT) e.g. during backup. This allows restic to properly shut
     6  down when it receives SIGINT and remove the lock file from the repo, afterwards
     7  exiting the `ssh` process.
     8  
     9  https://github.com/restic/restic/pull/1564
    10  https://github.com/restic/restic/pull/1588