Results 1 to 8 of 8
What, if any, are the advantages of putty/ssh over a remote desktop environment like KRDC for remote administration? Presently I I use KRDC to remotely administer a Debian Etch box ...
- 08-10-2008 #1
best app for remote administration?
What, if any, are the advantages of putty/ssh over a remote desktop environment like KRDC for remote administration? Presently I I use KRDC to remotely administer a Debian Etch box used by my mother, who lives a couple of hundred miles away. Thanks for your insight and time to comment.
- 08-10-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Well ssh is command line based and has less of a bandwidth requirement. So if you're comfortable with the command line it is good for that alone.
However things get really interesting when you realise you can use X forwarding and sshfs. Essentially you can run on the command line, and start specific graphical applications when required rather than running a full desktop all of the time. Then sshfs lets you mount the remote filesystem if needed so you can copy, paste or interact with remote files.
If you need to edit a config file, why not just mount the remote directory - all encrypted through ssh of course - and the edit it using the tools on your desktop. I'm a big fan of ssh
- 08-10-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 9
You could also try Webmin - it's a web-based admin app.
- 08-10-2008 #4
best app for remote administration?
Thank you, bigtom and Sporkman. Also, do I understand correctly it's possible with putty/ssh to remotely log-in? Presently I rely on my mother to physically be there at least at the beginning of the session to log in. I'd like to relieve her of that inconvenience, if possible. Is it possible to remotely log-in with webmin? What can you tell me about that? Thanks!
- 08-11-2008 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 9
IIRC, you can enter terminal commands through webmin. It also gives you graphical interfaces for user account admin, services, etc. Here's the website: Webmin
- 08-11-2008 #6
best app for remote administration?
Thanks again, Sporkman, especially for the link. I'll take a look at it.
- 08-11-2008 #7
here are 2 good solutions (actually the same, one is gpl and one isn't) and they connect over ssh
FreeNX - the free NX
NoMachine NX - Desktop Virtualization and Remote Access Management Software
what I would really like to see is a version of logmein for linux
- 08-11-2008 #8
best app for remote administration?
Thanks, jledhead. I'm looking into it now.


Reply With Quote

