Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Suggestion for Article? How-To on SSH

  1. #1
    Join Date
    Dec 2005
    Location
    Canada
    Beans
    141
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Suggestion for Article? How-To on SSH

    In an effort to manage the computers in my house, I would like to become better versed in how to use SSH. I have failed miserably so far. Any chance of getting that on the editorial list?

    Love the magazine.

  2. #2
    Join Date
    Jul 2007
    Location
    Earth... duh.
    Beans
    92
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Suggestion for Article? How-To on SSH

    I can try to find someone but will most likely fail as i have no clue what you are talking about. But if it involves networks im a noob. But if you really want to help find someone who would like to write an article yourself, ask around the community cafe, search google and seek out a guru! It sounds interesting as I have multiple computers and use flash drives as my "network" but again I may not be understanding SSH.
    My Blog - http://www.cat-blog.org Linux User - Registered Linux User #45641
    Full Circle Magazine Developer


  3. #3

    Re: Suggestion for Article? How-To on SSH

    SSH is a way of controlling a PC remotely and securely. I use it all the time the basic syntax is
    Code:
    ssh <user>@<host>
    Obviously the host needs to have an ssh server running on their PC. It's a really simple way of having command line access on a remote PC. If you need a GUI, then you can use VNC. As for how to set up the server, I don't know, but I should imagine it is really just configuring a config file, then making it run automatically at start up. In the #6 Q&A there will be a simple thing about using nautilus for ssh file management. As always though, a quick google should solve your problems Look for an ssh server in synaptic then google for its documentation

    Hope this helps

  4. #4
    Join Date
    Apr 2006
    Location
    Glasgow, Scotland
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Suggestion for Article? How-To on SSH

    Quote Originally Posted by mrmonday View Post
    SSH is a way of controlling a PC remotely and securely. I use it all the time the basic syntax is
    Code:
    ssh <user>@<host>
    Excellent, thank you for volunteering mrm, have that article on my desk asap...
    Ronnie
    Editor, Full Circle - The FREE Independent Magazine for the Ubuntu Community
    Official Ubuntu Member | Registered Linux User # 456627 | Registered Ubuntu User # 18227

  5. #5

    Re: Suggestion for Article? How-To on SSH

    Quote Originally Posted by ronniet View Post
    Excellent, thank you for volunteering mrm, have that article on my desk asap...
    That's about as far as my knowledge goes on that one... However linuxgeekery has set up an SSH server, which I use...

  6. #6
    Join Date
    Apr 2006
    Location
    Glasgow, Scotland
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Suggestion for Article? How-To on SSH

    Quote Originally Posted by mrmonday View Post
    That's about as far as my knowledge goes on that one... However linuxgeekery has set up an SSH server, which I use...
    Amazing isn't it how people say 'i do it aaaaall the time' then when you ask them to explain it they'll point to someone else and say 'but he set it up!'

    ok, we'll agree to volunteer linuxgeekery then...

    LG, get writing, your fans await...
    Ronnie
    Editor, Full Circle - The FREE Independent Magazine for the Ubuntu Community
    Official Ubuntu Member | Registered Linux User # 456627 | Registered Ubuntu User # 18227

  7. #7
    Join Date
    May 2005
    Location
    Marburg, Germany
    Beans
    27
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Suggestion for Article? How-To on SSH

    Quote Originally Posted by mrmonday View Post
    As for how to set up the server, I don't know, but I should imagine it is really just configuring a config file, then making it run automatically at start up.
    In fact, it's as simple as this:
    Code:
    sudo apt-get install ssh

  8. #8
    Join Date
    Apr 2006
    Location
    Glasgow, Scotland
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Suggestion for Article? How-To on SSH

    Quote Originally Posted by TopasPV View Post
    In fact, it's as simple as this:
    Code:
    sudo apt-get install ssh
    Ooh, another volunteer...
    Ronnie
    Editor, Full Circle - The FREE Independent Magazine for the Ubuntu Community
    Official Ubuntu Member | Registered Linux User # 456627 | Registered Ubuntu User # 18227

  9. #9
    Join Date
    Sep 2005
    Location
    Austin, Texas, USA
    Beans
    48
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Suggestion for Article? How-To on SSH

    I got bored and wrote a general SSH article - so this one's closed (at least a general one). Feel free to write a more specific article - file transfers, tips n' tricks, etc.

  10. #10
    Join Date
    Dec 2005
    Location
    Canada
    Beans
    141
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Suggestion for Article? How-To on SSH

    Thanks Linuxgeek. I look forward to reading it in an upcoming issue.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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