Has anyone successfully connected to their machine using iPhone + Wireguard? I tried blink.sh and I believe a couple of other ssh terminals on the iPhone but auth fails. I see auth fail on fly logs as well.
Termius attempts to connect but the fly logs report “unexpected error: ssh: disconnect, reason 11: Normal Shutdown”
Interesting. blink.sh previously failed with an auth error on the logs. I had imported my ssh key. Now it shows connected to the ipv6 address but can not do anything after that. I am a new blink user so it might be user error on my part.
My blink ssh config has the following along with the imported key.
User root
Hostname the-machine-host-name.internal
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
PubkeyAuthentication yes
IdentitiesOnly yes
I am trying WebSSH along with the imported key but it fails with EOF and ssh: unexpected message type 90 (expected one of [50]).
On my workstation my .ssh config includes
UseKeychain yes
AddKeysToAgent yes
Is this doable?