summarylogtreecommitdiffstats
path: root/sshd.desktop
blob: 266743399de65f1e75568e3dc13e11c2b98b266c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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