Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 647  / 3 Years ago, fri, october 8, 2021, 11:21:22

I am new to linux. I was using windows for years now ,and my work from home was done by using vnc viewer. I use vnc to log into an linux system. Now I am using a linux system , is there any way i can skip vnc viewer ? I can ping to my work Ip.



I can use screen or other such things, but i thought if there was a way i can mount my work linux system and work on my desktop itselfs


More From » vpn

 Answers
2

There is several way to connect to a remote Linux machine.



  1. Shell access


    You can use ssh: in a local terminal, use ssh login@host and you got a remote terminal.



  2. Single window access


    Just add -X option to ssh to enable X11 Forwarding : like in 1, you'll have a terminal on the remote host, but any graphical application that you launch on your term will be displayed locally. IMHO, this is the best option.



  3. Whole desktop access


    You can use a vnc client like vinegar.




There is also other protocols but some are really old (xdmcp), and other may be too young (nx).


[#25117] Saturday, October 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
breadoules

Total Points: 212
Total Questions: 118
Total Answers: 120

Location: Dominica
Member since Mon, Jun 22, 2020
4 Years ago
;