I cannot SSH specific servers like micro/small instances of AWS, DigitalOcean, and so on after upgrading to macOS Ventura & OpenSSH_9.0p1, LibreSSL 3.3.6
client_1 logs
ssh -vvv user@server -p port
OpenSSH_9.0p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/user/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug2: resolve_canonicalize: hostname host is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/user/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/user/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug3: ssh_connect_direct: entering
debug1: Connecting to host [host] port port.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
ssh: connect to host host port port: Operation timed out
wireshark
server logs
tcpdump -n -vv -i any src or dst xxx.xxx.xxx.xxx
Empty
- client_1 = macOS terminal + OpenSSH client (timeout)
- client_2 = VirtualBox ubuntu 22.10 + OpenSSH client (works)
- client_3 = Termius.app (I don't know which OpenSSH they are using, but it works)
client_1 is the OS-host of client_2 and client_3.
Already tried
https://apple.stackexchange.com/a/448728
It may be related
https://stackoverflow.com/questions/74215881/visual-studio-2022-wont-connect-via-ssh-on-macos-after-upgrading-to-ventura
https://developercommunity.visualstudio.com/t/macOS-Ventura-130-Beta---Impossible-to-/10163760#T-N10187152
