@@ -4,7 +4,7 @@ sshactivate - starts and enable sshd | |||
.SH SYNOPSIS | |||
.B sshactivate | |||
.SH DESCRIPTION | |||
`sshactivate', generates sshd system keys, starts and enable the ssh dæmon and asks for user | |||
`sshactivate', generates sshd system keys, starts and enable the ssh daemon and asks for user | |||
password, to allow remote access to the (live-)system. | |||
.SH "SEE ALSO" | |||
.BR sshd |
@@ -4,7 +4,7 @@ Exec=su-to-root -c /usr/sbin/sshactivate | |||
Icon=sshactivate | |||
Terminal=true | |||
Name=SSH Activate | |||
GenericName=Aktivate SSH Server (Remote access) | |||
GenericName=Activate SSH Server (Remote access) | |||
GenericName[de]=SSH Server aktivieren (Remote-Zugang) | |||
Categories=Network; | |||
Keywords=ssh;sshd;openssh; |
@@ -1,5 +1,5 @@ | |||
#!/bin/sh | |||
# sshdeactivate - Stop and disable SSHD | |||
# sshdeactivate - Stops and disable SSHD | |||
# Copyright 2017 Alf Gaida <agaida@siduction.org> | |||
@@ -4,7 +4,7 @@ sshdeactivate - deactivate sshd | |||
.SH SYNOPSIS | |||
.B sshdeactivate | |||
.SH DESCRIPTION | |||
`sshdeactivate' stop and disable the ssh daemon. | |||
`sshdeactivate' stops and disable the ssh daemon. | |||
.SH "SEE ALSO" | |||
.BR sshd | |||
.SH AUTHOR |
@@ -4,7 +4,7 @@ Exec=su-to-root -c /usr/sbin/sshdeactivate | |||
Icon=sshdeactivate | |||
Terminal=true | |||
Name=SSH Deactivate | |||
GenericName=Deaktivate SSH Server (Remote access) | |||
GenericName=Deactivate SSH Server (Remote access) | |||
GenericName[de]=SSH Server deaktivieren (Remote-Zugang) | |||
Categories=Network; | |||
Keywords=ssh;sshd;openssh; |