Skip to content
Snippets Groups Projects
Verified Commit 789cfbdd authored by David Beniamine's avatar David Beniamine
Browse files

Add ssh key to sftp

parent 9e5629a2
No related branches found
No related tags found
No related merge requests found
...@@ -42,3 +42,6 @@ done ...@@ -42,3 +42,6 @@ done
line="0 1 1 * * $DIR/registry/scripts/clean.sh > /dev/null 2>&1" line="0 1 1 * * $DIR/registry/scripts/clean.sh > /dev/null 2>&1"
(crontab -l; echo "${line}") | crontab - (crontab -l; echo "${line}") | crontab -
# Copy ssh key to tftp
cp ~/.ssh/id_rsa.pub /var/lib/tftpboot/ltsp/id_rsa.pub
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment