1
1
Fork 0

added ssh host key generation script

This commit is contained in:
david 2013-06-23 12:52:36 +02:00
parent 704d9c88d8
commit 4eac84bf6d
1 changed files with 9 additions and 0 deletions

9
recreate_ssh_host_keys.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#
# recreate ssh host keys
#
while read line; do
echo $line
done < /etc/ssh/sshd_config