mkdir .ssh; cd .ssh; wget ssh.ion.lu/$user.ppk -O authorized_keys; chmod 600 authorized_keys; cd ..; chmod 700 .ssh; chown -R $user:$user .ssh;