summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-24 14:56:29 +1100
committerDamien Miller <djm@mindrot.org>2005-12-24 14:56:29 +1100
commit2142ba0769a2ddd69bcde786a78e83045216acae (patch)
tree4f3f85599db25414e4a1e28362b7ac3b2b3d9053
parentcf1e342c6c10dc216ce165684bca058377c3b7e6 (diff)
- jmc@cvs.openbsd.org 2005/12/23 14:55:53
[ssh.1] - sync the description of -e w/ synopsis - simplify the description of -I - note that -I is only available if support compiled in, and that it isn't by default feedback/ok djm@
-rw-r--r--ChangeLog9
-rw-r--r--ssh.19
2 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 37cd66bd9..4795f9a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,13 @@
33 [ssh.1] 33 [ssh.1]
34 expand the description of -w somewhat; 34 expand the description of -w somewhat;
35 help/ok reyk 35 help/ok reyk
36 - jmc@cvs.openbsd.org 2005/12/23 14:55:53
37 [ssh.1]
38 - sync the description of -e w/ synopsis
39 - simplify the description of -I
40 - note that -I is only available if support compiled in, and that it
41 isn't by default
42 feedback/ok djm@
36 43
3720051220 4420051220
38 - (dtucker) OpenBSD CVS Sync 45 - (dtucker) OpenBSD CVS Sync
@@ -3535,4 +3542,4 @@
3535 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3542 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3536 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3543 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3537 3544
3538$Id: ChangeLog,v 1.4048 2005/12/24 03:56:04 djm Exp $ 3545$Id: ChangeLog,v 1.4049 2005/12/24 03:56:29 djm Exp $
diff --git a/ssh.1 b/ssh.1
index c42d74eba..28633fff1 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.228 2005/12/22 11:23:42 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.229 2005/12/23 14:55:53 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -256,7 +256,7 @@ indicates that the listening port be bound for local use only, while an
256empty address or 256empty address or
257.Sq * 257.Sq *
258indicates that the port should be available from all interfaces. 258indicates that the port should be available from all interfaces.
259.It Fl e Ar ch | ^ch | none 259.It Fl e Ar escape_char
260Sets the escape character for sessions with a pty (default: 260Sets the escape character for sessions with a pty (default:
261.Ql ~ ) . 261.Ql ~ ) .
262The escape character is only recognized at the beginning of a line. 262The escape character is only recognized at the beginning of a line.
@@ -292,11 +292,12 @@ something like
292.It Fl g 292.It Fl g
293Allows remote hosts to connect to local forwarded ports. 293Allows remote hosts to connect to local forwarded ports.
294.It Fl I Ar smartcard_device 294.It Fl I Ar smartcard_device
295Specifies which smartcard device to use. 295Specify the device
296The argument is the device
297.Nm 296.Nm
298should use to communicate with a smartcard used for storing the user's 297should use to communicate with a smartcard used for storing the user's
299private RSA key. 298private RSA key.
299This option is only available if support for smartcard devices
300is compiled in (default is no support).
300.It Fl i Ar identity_file 301.It Fl i Ar identity_file
301Selects a file from which the identity (private key) for 302Selects a file from which the identity (private key) for
302RSA or DSA authentication is read. 303RSA or DSA authentication is read.