VNC over SSH possible?
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Hi.

    I'd need to access a VNS server on another host, but it's only possible through a SSH tunnel for security reasons.
    Is that possible with MorphOS?


    Manfred

    [ Edited by asrael22 22.07.2016 - 12:26 ]
  • »22.07.16 - 09:26
    Profile
  • MorphOS Developer
    Henes
    Posts: 507 from 2003/6/14
    Yes, of course.
    You can use either the ssh command from the SDK or SYS:Applications/RemoteShell/Files/ssh.

    The syntax is the one used on other platforms:
    f.e. ssh -L 5901:localhost:5901 youruser@yourhost

    And you then connect your VNC client to localhost...
  • »22.07.16 - 10:20
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Thanks, this works.
  • »22.07.16 - 16:17
    Profile