Secure Shell: Difference between revisions
Jump to navigation
Jump to search
imported>Sandy Harris (New page: The '''Secure Shell''' or '''SSH''' is a network protocol for secure remote login, providing an encrypted connection instead of the unencrypted, and therefore insecure, connection of [[tel...) |
imported>Sandy Harris No edit summary |
||
Line 26: | Line 26: | ||
| url = http://tools.ietf.org/html/rfc4716 | | url = http://tools.ietf.org/html/rfc4716 | ||
}}</ref> | }}</ref> | ||
Most Unix-based systems include an SSH client, and often a server as well. A client for Windows is [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]. | |||
== References == | == References == | ||
{{reflist}} | {{reflist}} |
Revision as of 20:14, 11 September 2010
The Secure Shell or SSH is a network protocol for secure remote login, providing an encrypted connection instead of the unencrypted, and therefore insecure, connection of telnet.
The protocol is documented in a series of RFCs. [1] [2] [3] [4]
Most Unix-based systems include an SSH client, and often a server as well. A client for Windows is Putty.
References
- ↑ T. Ylonen, C. Lonvick (January 2006), The Secure Shell (SSH) Protocol Architecture, rfc4251
- ↑ T. Ylonen, C. Lonvick (January 2006), The Secure Shell (SSH) Authentication Protocol, rfc4252
- ↑ T. Ylonen, C. Lonvick (January 2006), The Secure Shell (SSH) Transport Layer Protocol, rfc4253
- ↑ J. Galbraith, R. Thayer (November 2006), The Secure Shell (SSH) Public Key File Format, rfc4716