--
You received this message because you are subscribed to the Google Groups "TurboVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turbovnc-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/turbovnc-users/73532588-b033-4bf0-bd98-6c55a8809902n%40googlegroups.com.
On Nov 6, 2021, at 8:47 AM, Stephen Carville <stephen....@gmail.com> wrote:
That worked. Thank you.
To view this discussion on the web visit https://groups.google.com/d/msgid/turbovnc-users/d656c501-49c6-4091-aec5-a5b1109b4eben%40googlegroups.com.
I can't reproduce the issue. If I add, for example:
Host my_fake_server_name
HostName {my_server_ip_address_or_real_server_name}
User drc
to ~/.ssh/config, then executing
/opt/TurboVNC/bin/vncviewer -via my_fake_server_name localhost:{my_display_number}
works as expected. Can you post the
relevant entry from your ~/.ssh/config file? Perhaps there is a
bug that I'm not encountering for some reason.
DRC
Ah, OK. The built-in SSH client in the
TurboVNC Viewer won't support that, but you should still be able
to use OpenSSH by passing -extssh to
/opt/TurboVNC/bin/vncviewer. That will mimic the behavior of
TigerVNC, since it also uses the external SSH client.
DRC
To view this discussion on the web visit https://groups.google.com/d/msgid/turbovnc-users/de7a8c0b-686a-42dc-9d2c-d21c4bc4ec97n%40googlegroups.com.
I misunderstood your intent, because your previous message suggested that you were trying to connect to port 5901 (Display :1). If you need to connect to Display :1001, then do:
/opt/TurboVNC/bin/vncviewer -loglevel
110 -extssh -via
uek8desktop01 localhost:1001
or
/opt/TurboVNC/bin/vncviewer -loglevel 110 -extssh -via
uek8desktop01 localhost::6901
--
You received this message because you are subscribed to the Google Groups "TurboVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turbovnc-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/turbovnc-users/bc11ef0b-4a54-4001-93ef-7c67582fc392n%40googlegroups.com.