ssh-keygen -f ~/.ssh/new-key -C "this is the new key comment, which by default is your email"
$ vim .ssh/config
# backup server
Host home_server
HostName 666.tcp.ngrok.io
Port 12345
Then, you can connect to this server this way:
$ ssh tiago@home_server