#!/usr/bin/bash echo "[ sshd_config backup ]" cp /etc/ssh/sshd_config /etc/sshd_config_orig && echo "[ configuring sshd ]" cat > /etc/ssh/sshd_config <> ~/.ssh/authorized_keys echo "[ installing packets ]" apt install curl nmap tcpdump net-tools wireguard tmux -y echo "[ DONE ]"