ssh -v my-remote-server
OpenSSH_9.0p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/jumar/.ssh/config
debug1: Reading configuration data /Users/jumar/.orbstack/ssh/config
debug1: /Users/jumar/.ssh/config line 6: Applying options for *
debug1: /Users/jumar/.ssh/config line 34: Applying options for my-remote-server
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to 188.34.187.204 [188.34.187.204] port 22.
debug1: Connection established.
debug1: identity file /Users/jumar/.ssh/hetzner_id_ed25519.pub type -1
debug1: identity file /Users/jumar/.ssh/hetzner_id_ed25519.pub-cert type -1
...
debug1: Host '188.34.187.204' is known and matches the ED25519 host key.
debug1: Found key in /Users/jumar/.ssh/known_hosts:144
...
debug1: get_agent_identities: agent returned 9 keys
debug1: Will attempt key: ABC1 ED25519 SHA256:pAQNf578V9kGteiSDwrkCE3n4pVcpJcXNAe4r8njn2Q agent
debug1: Will attempt key: ABC2 ED25519 SHA256:YJXp5hicdCKD/HSyhK0g3vhq1j7GbYXolX1qioBoNz4 agent
debug1: Will attempt key: ABC3 ED25519 SHA256:As31qZ4Rff4WbHnS6nikN84c+FRxbMERDnvYIgexE8c agent
debug1: Will attempt key: ABC4 ED25519 SHA256:Ir9UnK66tGuprvsZ6ZUWxUdiYyiMlfDPOR27X2zbFNI agent
debug1: Will attempt key: ABC5 ED25519 SHA256:40qdht50McdlYVC+QB9MgzgHHXD7yt4XHvSPZ7LVMRg agent
debug1: Will attempt key: ABC6 ED25519 SHA256:2lfJ436WJ0Ds0ieG4gQM0l5itZu485gh/ELDvtuC1Qw agent
debug1: Will attempt key: BCD1 RSA SHA256:1nomqTYG7NMREQ0EAGPVZR//QOSE94qzZAbpRlLMnOA agent
debug1: Will attempt key: BCD2 RSA SHA256:OrUpsXrGBI03KjcfsCxB6VJCsCXtIqZmu4CYI89bu6w agent
debug1: Will attempt key: BCD3 RSA SHA256:DVe29VP1j0ETf2gQ7Bmz0fWd7D/eMGX0ATwWQw6OU+w agent
debug1: Will attempt key: /Users/jumar/.ssh/hetzner_id_ed25519.pub explicit
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,[email protected],ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected]>
debug1: kex_input_ext_info: [email protected]=(0)
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: ABC1 ED25519 SHA256:pAQNf578V9kGteiSDwrkCE3n4pVcpJcXNAe4r8njn2Q agent
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: ABC2 ED25519 SHA256:YJXp5hicdCKD/HSyhK0g3vhq1j7GbYXolX1qioBoNz4 agent
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: ABC3 ED25519 SHA256:As31qZ4Rff4WbHnS6nikN84c+FRxbMERDnvYIgexE8c agent
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: ABC4 ED25519 SHA256:Ir9UnK66tGuprvsZ6ZUWxUdiYyiMlfDPOR27X2zbFNI agent
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: ABC5 ED25519 SHA256:40qdht50McdlYVC+QB9MgzgHHXD7yt4XHvSPZ7LVMRg agent
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: ABC6 ED25519 SHA256:2lfJ436WJ0Ds0ieG4gQM0l5itZu485gh/ELDvtuC1Qw agent
debug1: Server accepts key: ABC6 ED25519 SHA256:2lfJ436WJ0Ds0ieG4gQM0l5itZu485gh/ELDvtuC1Qw agent
Authenticated to 188.34.187.204 ([188.34.187.204]:22) using "publickey".
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: pledge: filesystem
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug1: client_input_hostkeys: searching /Users/jumar/.ssh/known_hosts for 188.34.187.204 / (none)
debug1: client_input_hostkeys: searching /Users/jumar/.ssh/known_hosts2 for 188.34.187.204 / (none)
debug1: client_input_hostkeys: hostkeys file /Users/jumar/.ssh/known_hosts2 does not exist
debug1: client_input_hostkeys: no new or deprecated keys from server
debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Sending environment.
debug1: channel 0: setting env LC_ALL = "en_US.UTF-8"
debug1: channel 0: setting env LC_TERMINAL = "iTerm2"
debug1: channel 0: setting env LC_TERMINAL_VERSION = "3.5.0beta11"
Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-73-generic aarch64)