summarylogtreecommitdiffstats
path: root/sshd.desktop
diff options
context:
space:
mode:
authorSeverin Glöckner2021-02-26 03:22:30 +0100
committerSeverin Glöckner2021-02-26 03:26:09 +0100
commit18b7b51f1e7cf771562643eaec1ce4a7edf45f3e (patch)
tree61b0f0a3f1bc4503b921cde442788218e72c6bd2 /sshd.desktop
downloadaur-18b7b51f1e7cf771562643eaec1ce4a7edf45f3e.tar.gz
initial commit
Diffstat (limited to 'sshd.desktop')
-rw-r--r--sshd.desktop30
1 files changed, 30 insertions, 0 deletions
diff --git a/sshd.desktop b/sshd.desktop
new file mode 100644
index 000000000000..266743399de6
--- /dev/null
+++ b/sshd.desktop
@@ -0,0 +1,30 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=SSH-Daemon
+Name[de]=SSH-Dämon
+GenericName=Allow Remote Shell Access
+GenericName[de]=Fernzugriff per Terminal gestatten
+Comment=Allow others to access your computer via a terminal
+Comment[de]=Anderen Fernzugriff in Form eines Terminal gestatten
+Icon=sshd-launcher
+Exec=/usr/bin/sudo /usr/bin/systemctl start sshd.service
+StartupNotify=false
+Terminal=false
+Categories=System;
+Actions=Stop;Restart;Reload
+
+[Desktop Action Stop]
+Name=Stop SSH-Daemon
+Name[de]=SSH-Dämon beenden
+Exec=/usr/bin/sudo /usr/bin/systemctl stop sshd.service
+
+[Desktop Action Restart]
+Name=Restart SSH-Daemon
+Name[de]=SSH-Dämon neu starten
+Exec=/usr/bin/sudo /usr/bin/systemctl restart sshd.service
+
+[Desktop Action Reload]
+Name=Reload SSH-Daemon
+Name[de]=Konfiguration neu einlesen
+Exec=/usr/bin/sudo /usr/bin/systemctl reload sshd.service