Skip to content

Commit

Permalink
fix sshd service
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Dec 17, 2024
1 parent 2ae68a7 commit 41a487a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Before=network-pre.target

[Service]
Type=oneshot
ExecStart=ssh-keygen -t ecdsa -q -N "" /run/ssh_host_ecdsa_key
ExecStart=/bin/bash -c "ssh-keygen -t ecdsa -q -N '' -f /run/ssh_host_ecdsa_key"

[Install]
WantedBy=network-pre.target

This file was deleted.

0 comments on commit 41a487a

Please sign in to comment.