SSH Linux Commands
List ssh keys from hidden folder
ls -l ~/.ssh
Command to generate new keys
First backup your keys if you have any the next command will override any existing keys
-b specify the bits size
ssh-keygen -b 4096
Copy your sshkey to the server
ssh-copy-id serveruser@address
Check which application is using port 53
sudo lsof -i :53