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 /community/openssh/message | |
parent | 2f8df6641cf7068d5c51d83ce6c893943864c841 (diff) | |
download | repository-69aecbc935d022d46574adeca984ee0bdc6cdcb1.tar.gz |
openssh and sftp: move to extra, remove sftp
Diffstat (limited to 'community/openssh/message')
-rw-r--r-- | community/openssh/message | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/openssh/message b/community/openssh/message deleted file mode 100644 index f7ad71e9..00000000 --- a/community/openssh/message +++ /dev/null @@ -1,14 +0,0 @@ -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 - - |