~$ ssh -i ./mydokey root@104.248.22.187
The authenticity of host 104.248.22.187 (104.248.22.187) can't be established.
ECDSA key fingerprint is SHA256:LTz4n5YyFEboOF+bgnTaUOsPlqKnGCBTVgeD2PTtbkM.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 104.248.22.187 (ECDSA) to the list of known hosts.
Enter passphrase for key './mydokey': meinepassphrase
 
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-113-generic x86_64)
System information as of Mon Aug 12 19:54:13 UTC 2024
 
root@mydroplet:~# apt-get update && apt-get install -y nginx
 
root@mydroplet:~# exit
