Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! bezdomny's Avatar
    Join Date
    Apr 2007
    Location
    North-Central California
    Posts
    97

    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.

  2. #2
    Linux 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

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    9
    You could also try Webmin - it's a web-based admin app.

  4. #4
    Just Joined! bezdomny's Avatar
    Join Date
    Apr 2007
    Location
    North-Central California
    Posts
    97

    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!

  5. #5
    Just Joined!
    Join Date
    Jul 2008
    Posts
    9
    Quote Originally Posted by bezdomny View Post
    Is it possible to remotely log-in with webmin? What can you tell me about that? Thanks!
    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

  6. #6
    Just Joined! bezdomny's Avatar
    Join Date
    Apr 2007
    Location
    North-Central California
    Posts
    97

    best app for remote administration?

    Thanks again, Sporkman, especially for the link. I'll take a look at it.

  7. #7
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    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

  8. #8
    Just Joined! bezdomny's Avatar
    Join Date
    Apr 2007
    Location
    North-Central California
    Posts
    97

    best app for remote administration?

    Thanks, jledhead. I'm looking into it now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •