Find the answer to your Linux question:
Results 1 to 3 of 3
OK .. so this is really dumb, but I guess Linux for Dummies would be advanced reading for me. I am using Ubuntu 10.04 Lucid and have a virtual server ...
  1. #1
    Just Joined! loftus49's Avatar
    Join Date
    Mar 2008
    Location
    Arizona
    Posts
    20

    [SOLVED] Ubuntu to Red Hat Fedora CLI

    OK .. so this is really dumb, but I guess Linux for Dummies would be advanced reading for me.

    I am using Ubuntu 10.04 Lucid and have a virtual server on GoDaddy with 5 domains on it. I use putty to ssh to it from Widows.

    How/what (I guess I really need "keep it simple stupid" instructions) can I ssh to the virtual server from Ubuntu with?

    How do I get it, how do I install it and then configure it?

    And I thought I was making strides in learning Linux.
    Last edited by loftus49; 05-24-2010 at 06:09 PM. Reason: solved

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,101
    open a terminal and do
    Code:
    ssh <username>@<servername>
    Use the same <username> and <servername> that you used in putty
    You must always face the curtain with a bow.

  3. #3
    Just Joined! loftus49's Avatar
    Join Date
    Mar 2008
    Location
    Arizona
    Posts
    20

    Solved

    Quote Originally Posted by Irithori View Post
    open a terminal and do
    Code:
    ssh <username>@<servername>
    Use the same <username> and <servername> that you used in putty
    Sometimes its the simplest of things that stump you.

    Thank you very much. It works.

Posting Permissions

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