summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-04 16:46:06 +1000
committerDamien Miller <djm@mindrot.org>2002-09-04 16:46:06 +1000
commit147bba3453ab94de72ac9f76bc4deabd1c24fd2e (patch)
tree0609e70ae05b24348ed74c7ddc83df2f8f6e7de8 /ssh.1
parentebc230662977241a9fd9c68034de849772d39438 (diff)
- stevesk@cvs.openbsd.org 2002/08/29 16:02:54
[ssh.1 ssh.c] deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.113
1 files changed, 2 insertions, 11 deletions
diff --git a/ssh.1 b/ssh.1
index 97a6ed35a..fa25d5641 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.163 2002/08/17 23:07:14 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.164 2002/08/29 16:02:54 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -48,7 +48,7 @@
48.Op Ar command 48.Op Ar command
49.Pp 49.Pp
50.Nm ssh 50.Nm ssh
51.Op Fl afgknqstvxACNPTX1246 51.Op Fl afgknqstvxACNTX1246
52.Op Fl b Ar bind_address 52.Op Fl b Ar bind_address
53.Op Fl c Ar cipher_spec 53.Op Fl c Ar cipher_spec
54.Op Fl e Ar escape_char 54.Op Fl e Ar escape_char
@@ -523,15 +523,6 @@ command-line flag.
523Port to connect to on the remote host. 523Port to connect to on the remote host.
524This can be specified on a 524This can be specified on a
525per-host basis in the configuration file. 525per-host basis in the configuration file.
526.It Fl P
527Use a non-privileged port for outgoing connections.
528This can be used if a firewall does
529not permit connections from privileged ports.
530Note that this option turns off
531.Cm RhostsAuthentication
532and
533.Cm RhostsRSAAuthentication
534for older servers.
535.It Fl q 526.It Fl q
536Quiet mode. 527Quiet mode.
537Causes all warning and diagnostic messages to be suppressed. 528Causes all warning and diagnostic messages to be suppressed.