Errata for SSH, The Secure Shell: The Definitive Guide
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 12
4th paragraph, 1st sentence |
"...they've been integrated. [11.4]"
should be:
"...they've been integrated. [11.5.2]"
|
Anonymous |
|
|
| Printed |
Page 168
3rd paragraph, 1st sentence |
Sentence reads "OpenSSh also implements a nonstandard MAC algorithm, hmac-
ripemd160@openssh.com."
Should this not be "... @openssh.org."?
|
Anonymous |
|
|
| Printed |
Page 288
4th code snippet |
$ ssh -S /tmp/ssh-snowcrash -Mfn snowcrash.neal.org
should be:
$ ssh -S /tmp/ssh-snowcrash -MfN snowcrash.neal.org
|
Anonymous |
|
|
| Printed |
Page 289
Code snippet at top of page, 2nd line from end |
$ ssh -fn snowcrash-master
should be:
$ ssh -fN snowcrash-master
|
Anonymous |
|
|
| Printed |
Page 323
"Interactive Commands" section, 2nd line |
$ ftp server.example.com
should be:
$ sftp server.example.com
|
Anonymous |
|
|
| Printed |
Page 366
Command line just before last paragraph |
$ ssh -f -L2001:localhost:143 server.example.com
should be:
$ ssh -fN -L2001:localhost:143 server.example.com
^
|
Anonymous |
|
|
| Printed |
Page 501
second bullet, top of page |
EnableSSHKeysign yes must be in the _client_ configuration (not in the server's).
Note from the Author or Editor: This might already have been fixed.
As the reporter says, change "server configuration" to "client configuration", so the second bullet reads:
* EnableSSHKeysign yes must be in the client configuration.
|
Anonymous |
|
|