sshd-custom 138 B

12345678
  1. #!/usr/bin/fish
  2. # SSH
  3. ## Config server
  4. sudo cp ./Templates/sshd_config /etc/ssh/ ;
  5. cp ./Templates/authorized_keys /home/jovian/.ssh/ ;