|
|
|
|
![]() ![]() |
Nov 17 2006, 10:05 AM
Post
#1
|
|
|
Member [ Level 1 ] Group: Members Posts: 34 Joined: 17-November 06 Member No.: 17,334 |
It's common to use ssh as remote command line client only but ssh can do much much more.
Here two possibilities which i use frequently: 1) -X option. Server instalations often don't have functional X11 or even if have one they located at dedicated room, so you have to go maybe another stage to reach them. When i need to run GUI program on server i just start ssh session from my linux workstation: ssh -Xl root server After login i type command line mozilla & and get mozilla window on my desktop, but running at server! 2) If you want to transfer files to/from server, but don't want or can't install ftp server, use secure ssh ftp client - sftp. You don't need any additional server support except sshd. Enjoy! Let's add more ssh tips. |
|
|
|
Nov 20 2006, 09:54 PM
Post
#2
|
|
|
Member - Active Contributor Group: Members Posts: 83 Joined: 25-September 06 From: The Netherlands Member No.: 16,153 |
1) -X option. Server instalations often don't have functional X11 or even if have one they located at dedicated room, so you have to go maybe another stage to reach them. When i need to run GUI program on server i just start ssh session from my linux workstation: ssh -Xl root server After login i type command line mozilla & and get mozilla window on my desktop, but running at server! What about this using putty on windows? It isn't logical but would be cool if it worked. Then it would be possible to use my moms computer downstairs to maintain my system from windows with GUI apps Wait... Xcgywin, will it work with that? Can't try out at the moment so maybe you know?! Bakr_2k5 |
|
|
|
Dec 21 2006, 01:58 PM
Post
#3
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 16 Joined: 21-December 06 From: Hungary Member No.: 18,599 |
What about this using putty on windows? It isn't logical but would be cool if it worked. Then it would be possible to use my moms computer downstairs to maintain my system from windows with GUI apps :) Wait... Xcgywin, will it work with that? Can't try out at the moment so maybe you know?! Bakr_2k5 Yes, on windows running Cygwin with an X server you can display programs that run your linux machine. Putty is a different story. After installing cygwin with X server you must install ssh also. After it you can use the same ssh -X from your windows machine. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 21st August 2008 - 10:47 PM |