10 lines
164 B
Desktop File
10 lines
164 B
Desktop File
[Unit]
|
|
Description=OpenSSH server Key Generation
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/ssh-keygen -A
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|