diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-26 00:37:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-26 00:37:36 +0300 |
commit | 69aecbc935d022d46574adeca984ee0bdc6cdcb1 (patch) | |
tree | 968f20f7476058e1750b1f3b14d2256b8a1c5bf9 /extra/openssh/message | |
parent | 2f8df6641cf7068d5c51d83ce6c893943864c841 (diff) | |
download | repository-69aecbc935d022d46574adeca984ee0bdc6cdcb1.tar.gz |
openssh and sftp: move to extra, remove sftp
Diffstat (limited to 'extra/openssh/message')
-rw-r--r-- | extra/openssh/message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/openssh/message b/extra/openssh/message new file mode 100644 index 00000000..f7ad71e9 --- /dev/null +++ b/extra/openssh/message @@ -0,0 +1,14 @@ +If you are updating openssh, and you are running +a daemon, do not forget to restart the daemon or +you will not be able to make any more connections. + +runit: + + sv restart sshd + + +sysmgr: + + svctl restart sshd + + |