#!/usr/bin/fish

# SSH

## Config server
sudo cp ./Templates/sshd_config /etc/ssh/ ;
cp ./Templates/authorized_keys /home/jovian/.ssh/ ;