Commit c91b45f2 authored by Joanne Hugé's avatar Joanne Hugé

Update 0-setup-hostname-passwd script

parent 36263fb3
......@@ -7,4 +7,5 @@ hostnamectl set-hostname ors$1;
sed -i "s/orsXX/ors$1/" /etc/hosts /etc/hostname;
rm -rf /etc/ssh/ssh_host_*;
dpkg-reconfigure openssh-server;
echo "Please enter new password for $(hostname):";
passwd
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment