diff options
author | Dmytro Aleksandrov <alkersan@gmail.com> | 2019-08-30 18:43:01 +0300 |
---|---|---|
committer | Dmytro Aleksandrov <alkersan@gmail.com> | 2019-08-30 18:43:01 +0300 |
commit | eea95c8980a290d753777da173935f39f1589b9b (patch) | |
tree | e2d8f866b38be9dbe35973bb632df8e7a90d256c /scripts/ssh-server-key | |
parent | 8efa92beebfbeb70dd834b568365eda161271d38 (diff) | |
download | vyatta-op-eea95c8980a290d753777da173935f39f1589b9b.tar.gz vyatta-op-eea95c8980a290d753777da173935f39f1589b9b.zip |
T1621 remove misc ops after python/xml rewrite
Diffstat (limited to 'scripts/ssh-server-key')
-rwxr-xr-x | scripts/ssh-server-key | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/ssh-server-key b/scripts/ssh-server-key deleted file mode 100755 index 949d314..0000000 --- a/scripts/ssh-server-key +++ /dev/null @@ -1,14 +0,0 @@ -regen_host_keys () -{ - sudo /bin/rm -v /etc/ssh/ssh_host_* - sudo dpkg-reconfigure openssh-server - sudo /etc/init.d/ssh restart -} - -echo "Do you really want to remove the existing SSH host keys? " -${vyatta_bindir}/yesno - -if [ $? -eq 0 ] -then - regen_host_keys -fi |