How-To Login to your server with an SSH Session?

5,903

Solution 1

First of all, you need to ensure that SSH access is enabled at your service provider (in your case, GoDaddy - see this URL).

Then, if you are on Windows, you will need to download a program called PuTTY. It is the most popular SSH program for Windows.

If you are on Linux or OSX, they usually have SSH built in (just run ssh)

Once you are logged in to your server (using the details that GoDaddy give you) you should be able to follow the instructions on that page.

However, by the looks of the software you're trying to install, it won't install on shared hosting, only a dedicated server (but I could be wrong).

Solution 2

http://help.godaddy.com/article/135 -> How do I access my Linux dedicated server using SSH?

untar a file: tar xvf filename.tar if it's tar.gz then: tar zxvf filename.tar.gz

Solution 3

If you run windows: you can use a nice ssh client named putty
If you have cygwin or your are on a linux box you can type this on a console


ssh login@server -p port
Share:
5,903

Related videos on Youtube

MrGigu
Author by

MrGigu

Currently a Site Reliability Engineer at Take 2 Interactive. Formerly a Site Reliability Engineer for the Stack Exchange network. Prior to my work for Stack Exchange I worked for a small software developer in Sydney, Australia.

Updated on September 17, 2022

Comments

  • MrGigu
    MrGigu over 1 year

    http://www.wallpaperama.com/forums/how-to-install-zend-optimizer-in-linux-server-t82.html

    I am trying to install zend optimizer. It's a pain - I've been trying for 3 days!!

    Login to your server with an SSH Session

    How do I do that?

    And un-tar it (like it says in the install guide)?

    I have GoDaddy Linux hosting account, with PHP 4.xx configuration!

    • Dana the Sane
      Dana the Sane over 14 years
      Which operating system are you using on your home system (not the server). You'll need an ssh client to connect, putty for windows or just ssh in linux, os x, etc.
  • LuAndre
    LuAndre over 7 years
    the provided link is broken
  • MrGigu
    MrGigu over 7 years
    @LuAndre not any more :)