diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-27 11:51:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-27 11:51:17 +0300 |
commit | 52e9250ab536b85e44135aa904da01d0dddf7ac2 (patch) | |
tree | 23be8934cc934ca0abf497ac8efebf6b2c58d9e9 /community/openssh/message | |
parent | 531ba391c96f9f38fc887349d7efe57e3a320823 (diff) | |
download | repository-52e9250ab536b85e44135aa904da01d0dddf7ac2.tar.gz |
openssh: move to community
Diffstat (limited to 'community/openssh/message')
-rw-r--r-- | community/openssh/message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/openssh/message b/community/openssh/message new file mode 100644 index 00000000..f7ad71e9 --- /dev/null +++ b/community/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 + + |