Shutdown sshd gracefully
When interruption signal is sent, we are closing ssh listener to prevent it from accepting new connections
Then after configured grace period, we cancel the context to cancel all ongoing operations
Related issue: #509 (closed)
Edited by Igor Drozdov