i want to know what SSH really is ? does it work with all servers ? (linux or win based) what's the reference to learn it's syntax. and is there a way to experience it on local machine ?
Asked
Active
Viewed 308 times
-3
-
1What research have you done, aside from asking here? – geekosaur Apr 22 '12 at 11:14
-
i just lookedup wikipedia. but is just has some definitions for it http://en.wikipedia.org/wiki/SSH – Nojan A. Apr 22 '12 at 11:16
-
http://shop.oreilly.com/product/9780596008956.do – cjc Apr 22 '12 at 11:16
-
If you have a Linux system, I recommend `man ssh`. – Kyle Smith Apr 22 '12 at 11:18
-
no, im on windows. but i can virtualize linux in VirtualBox. is this "man ssh" a linux shell command ? – Nojan A. Apr 22 '12 at 11:20
1 Answers
4
man ssh
man sshd
man ssh_config
man sshd_config
- http://www.ietf.org/rfc/rfc4251.txt
should tell you everything you need to know.

Sven
- 98,649
- 14
- 180
- 226