Hello, I'm trying to find very indepth documentation of OpenSSH, so far I have found nothing of much use, if anyone could direct me to some advance texts on openssh it would be greatly appreciated.
Iain McAleer wrote:>Hello, > >I'm trying to find very indepth documentation of OpenSSH, so far I have >found nothing of much use, if anyone could direct me to some advance texts >on openssh it would be greatly appreciated. > >The definitive guide to SSH is probably O'Reilly's "SSH: The Secure Shell", as found here. It's nice -- straightforward, comprehensive, good stuff! http://www.amazon.com/exec/obidos/ASIN/0596000111 Personally, I can recommend Hack Proofing Your Network: Second Edition, which contains an OpenSSH chapter on advanced tunnel design and deployment using all sorts of third party hosts and "pseudo-VPN" constructs. But that's mostly because I wrote the damn chapter, and a bit of the code too :-) That book can be found here: http://www.amazon.com/exec/obidos/ASIN/1928994709/ The book is an indepth look at what I talked about at Black Hat last year; here are the slides from that talk: http://www.blackhat.com/presentations/bh-usa-01/DanKaminsky/bh-usa-01-Kaminsky.ppt Hope this helps! Yours Truly, Dan Kaminsky DoxPara Research http://www.doxpara.com
On Sat, 2002-10-19 at 14:31, Iain McAleer wrote:> Hello, > > I'm trying to find very indepth documentation of OpenSSH, so far I have > found nothing of much use, if anyone could direct me to some advance texts > on openssh it would be greatly appreciated.There are some good tutorials online, easily found linked off the OpenSSH website or via google. I have some notes from my Australian Unix Users Group 2002 tutorial at http://www.mindrot.org/~djm/auug2002/ They may not make as much sense without all the arm-waving that went with them. -d
On Sat, Oct 19, 2002 at 12:31:23PM +0800, Iain McAleer wrote:> I'm trying to find very indepth documentation of OpenSSH, so far I have > found nothing of much use, if anyone could direct me to some advance texts > on openssh it would be greatly appreciated.For SSH documentation, read the IETF SECSH drafts. For OpenSSH documentation, use the source. //Peter