Closed Thread
Results 1 to 3 of 3

Thread: What is SSH?

  1. #1
    Beryl is offline Newbie
    Join Date
    Jan 2008
    Posts
    29
    Rep Power
    0

    What is SSH?

    I saw this while reading here... what is SSH?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    Secure Shell. It is a terminal application that allows you to control a whole computer as though you were sitting there. It works so well that you can even connect/manage over dial-up connections.

    SSH is a spin-off of telnet since telnet sent everything in clear text mode. SSH actually encrypts the data first.

    SSH, when connected, is equal to you loading a "terminal" window via your GUI.

  4. #3
    Beryl is offline Newbie
    Join Date
    Jan 2008
    Posts
    29
    Rep Power
    0
    Hmm, so it's the same exact protocol as telnet but just encrypts the data?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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