diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -37,6 +37,9 @@ | |||
37 | - markus@cvs.openbsd.org 2002/02/18 13:05:32 | 37 | - markus@cvs.openbsd.org 2002/02/18 13:05:32 |
38 | [cipher.c cipher.h] | 38 | [cipher.c cipher.h] |
39 | switch to EVP, ok djm@ deraadt@ | 39 | switch to EVP, ok djm@ deraadt@ |
40 | - markus@cvs.openbsd.org 2002/02/18 17:55:20 | ||
41 | [ssh.1] | ||
42 | -q: Fatal errors are _not_ displayed. | ||
40 | 43 | ||
41 | 20020218 | 44 | 20020218 |
42 | - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess | 45 | - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess |
@@ -7634,4 +7637,4 @@ | |||
7634 | - Wrote replacements for strlcpy and mkdtemp | 7637 | - Wrote replacements for strlcpy and mkdtemp |
7635 | - Released 1.0pre1 | 7638 | - Released 1.0pre1 |
7636 | 7639 | ||
7637 | $Id: ChangeLog,v 1.1863 2002/02/19 04:26:42 djm Exp $ | 7640 | $Id: ChangeLog,v 1.1864 2002/02/19 04:27:23 djm Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.147 2002/02/09 17:37:34 deraadt Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.148 2002/02/18 17:55:20 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -521,7 +521,6 @@ for older servers. | |||
521 | .It Fl q | 521 | .It Fl q |
522 | Quiet mode. | 522 | Quiet mode. |
523 | Causes all warning and diagnostic messages to be suppressed. | 523 | Causes all warning and diagnostic messages to be suppressed. |
524 | Only fatal errors are displayed. | ||
525 | .It Fl s | 524 | .It Fl s |
526 | May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use | 525 | May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use |
527 | of SSH as a secure transport for other applications (eg. sftp). The | 526 | of SSH as a secure transport for other applications (eg. sftp). The |