gujjwal00 / avnc

VNC Client for Android
GNU General Public License v3.0
602 stars 57 forks source link

.ssh/config #190

Closed PowaBanga closed 9 months ago

PowaBanga commented 11 months ago

Hi everybody, Is there a place somewhere where i can write a .ssh/config ? So i can have more elaborated connection with tunnels.

gujjwal00 commented 9 months ago

No, .ssh/config is not supported in AVNC. We don't use the normal ssh client to create SSH connection. Instead we use ConnectBot's SSH library for this task.

If you want more elaborate setup, you should launch ssh client from a terminal app and then provide address of the tunnel to AVNC (instead of the actual VNC server).