SSH to Server

Discussion in 'Site & Server Administration' started by kampbell411, Feb 20, 2008.

  1. #1
    Hi,

    This is probably a basic question that someone could answer for me. How do you SSH to a server. Is it just username password host?
     
    kampbell411, Feb 20, 2008 IP
  2. sixx

    sixx Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to use a SSH client like PuTTY (google it, I can't post links yet) and of course know the host/user/pass.
     
    sixx, Feb 20, 2008 IP
  3. kampbell411

    kampbell411 Peon

    Messages:
    82
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Im actually using my Macs terminal.
     
    kampbell411, Feb 20, 2008 IP
  4. sixx

    sixx Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Then, just type in the terminal:

    ssh username@host
     
    sixx, Feb 20, 2008 IP
  5. FHost

    FHost Peon

    Messages:
    141
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Putty is a good and easy to use. It will help you to establish an SSH session to a server.
     
    FHost, Feb 21, 2008 IP
  6. zacharooni

    zacharooni Well-Known Member

    Messages:
    346
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    120
    #6
    I like Poderosa, it supports macros/scripting, and tabs.
     
    zacharooni, Feb 21, 2008 IP
  7. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #7
    u forgot to state what OS you are using on your laptop/desktop !!

    typical would be Linux
    hence a complete and most secure SSH connection to your remote server would be by using serverkey for SSH connection
    once a server key is installed on both ends - that leaves you several fine options to communicate or run remote scripts.

    I always use bash shell for all SSH communication once the connection via serverkey is established.

    if you have NON-linux on your desktop - then you may find help from others here.
     
    hans, Feb 21, 2008 IP
  8. sixx

    sixx Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    He mentioned earlier that he uses a Mac (which also has the option of using ssh keys).
     
    sixx, Feb 22, 2008 IP
  9. Hendry Lee

    Hendry Lee Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Tip: only use SSH keys if you can ensure the privacy and security of the private key.
     
    Hendry Lee, Feb 22, 2008 IP
  10. kampbell411

    kampbell411 Peon

    Messages:
    82
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Awesome. Thanks for all the help.
     
    kampbell411, Mar 4, 2008 IP