Anyone know use SSH?

Discussion in 'Databases' started by desmondchui, Sep 18, 2007.

  1. #1
    I just wonder what is SSH
    what does SSH do?
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    desmondchui, Sep 18, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2

    If you download some free software named PUTTY you can connect to the sever at the command line level and do all kinds of neat stuff!

    Mostly I watch my son do that stuff because it is linux commands that I have not mastered. If you are old enough to have ever watched the flashing C>: prompt using DOS you will undestand what I am saying. :)
     
    Colbyt, Sep 18, 2007 Set Best Answer IP
  3. desmondchui

    desmondchui Guest

    Best Answers:
    0
    #3
    lolx. not get any idea what is that.

    what kind of command it can be do?
     
  4. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #4
    You can unzip tar and gz files, install software, load databases too large for phpmyadmin. Anything that a tech in the data caenter can do for your account you can do.
     
    Colbyt, Sep 18, 2007 Set Best Answer IP
  5. guyfox

    guyfox Peon

    Messages:
    280
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    With ssh, you can login to your server from your computer. However, the interaction will be based only on the command prompt - so you won't have any graphical applications. In any case, servers don't usually have graphical applications, so ssh is the next best thing to actually sitting near the server with a keyboard, mouse and monitor.

    You can do everything that can be done with a server using ssh, especially if you are the administrator, with all the permissions to do the different things. If you are just a normal user at the server, you still can manage all your files, apps and stuff.
     
    guyfox, Sep 18, 2007 Set Best Answer IP
  6. meetgs

    meetgs Active Member

    Messages:
    957
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    70
  7. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It's a must if you need to upload a database that is bigger than the php post size and upload limit. It is usually not very high on shared hosts . You can also install perl modules that your host won't want to install. Test shell and perl scripts, etc. Lots of fun and added flexibility to be had.
     
    007c, Sep 22, 2007 Set Best Answer IP