View Single Post
Old 12-27-2011, 10:42 AM   #19
apos
Zealot
apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.
 
apos's Avatar
 
Posts: 126
Karma: 28670
Join Date: Dec 2011
Location: Ludwigshafen, Germany
Device: 623 Touch Lux, 912 Pro (selled), Surfpad 4 L, Waiting for CAD-Reader !
@rKomar

It might be handy - especially for people with no shell skills - to automatically run the make-keys.sh skript in the sshd_start.app! So they are able to move the resulting key-files without "shell-trouble" to their ~/.ssh-folder.

Code:
[...]
./server-keygen.sh
./make-keys.sh
[...]
A user could put a file into the pb_sshd-dir, e.g. named "create-keys", which triggers the creation:

Code:
[...]
./server-keygen.sh
[ -f create-keys ] && ./make-keys.sh
rm -f create-keys
[...]
Greets
Axel

Last edited by apos; 12-27-2011 at 11:08 AM.
apos is offline   Reply With Quote