I tried to make an ssh connection to my raspberry pi through whonix gateway and got this result.
user@disp9900:~$ ssh pi@2.16.35.66
kex_exchange_identification: read: Connection reset by peer
Connection reset by 2.16.35.66 port 22
When I tried to connect without whonix gateway, I got this result.
user@disp9900:~$ ssh pi@2.16.35.66
The authenticity of host ‘2.16.35.66 (2.16.35.66)’ can’t be established.
ED25519 key fingerprint is SHA256:BMpNend7zrJFKmtJxCbXOyv4jXZ0SL0DxNqFsiNeDiO.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])?
So I guessed that if I open port 22 of the whonix gateway, I can use it, is that correct?
If so, what is the recommended way to open port 22 of the whonix gateway? I am using QubesOS.