Remote SSH¶ Start by generating SSH keys. ssh-keygen # Generate SSH key Copy your SSH keys to the host. ssh-copy-id <user_id>@<host_ip> # Copy the SSH keys to the host Log into the host. ssh <user_id>@<host_ip> # Log into the host