~ubuntu-branches/ubuntu/precise/mosh/precise-backports

« back to all changes in this revision

Viewing changes to man/mosh.1

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-07-27 09:27:56 UTC
  • mfrom: (5.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130727092756-e71no75ezcsg1569
Tags: 1.2.4a-1~ubuntu12.04.1
No-change backport to precise (LP: #1205640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" First parameter, NAME, should be all caps
3
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
4
.\" other parameters are allowed: see man(7), man(1)
5
 
.TH MOSH 1 "February 2012"
 
5
.TH MOSH 1 "October 2012"
6
6
.\" Please adjust this date whenever revising the manpage.
7
7
.\"
8
8
.\" Some roff macros, for reference:
121
121
Synonym for \-\-predict=never
122
122
 
123
123
.TP
124
 
.B \-p \fINUM\fP, \-\-port=\fINUM\fP
125
 
Use a particular server-side UDP port, for example, if this is the
 
124
.B \-p \fIPORT\fP[:\fIPORT2\fP], \-\-port=\fIPORT\fP[:\fIPORT2\fP]
 
125
Use a particular server-side UDP port or port range,
 
126
for example, if this is the
126
127
only port that is forwarded through a firewall to the
127
128
server. Otherwise, \fBmosh\fP will choose a port between 60000 and
128
129
61000.
129
130
 
130
 
.SH ESCAPE SEQUENCE
 
131
.TP
 
132
.B \-\-no\-init
 
133
Do not send the \fBsmcup\fP initialization string and \fBrmcup\fP
 
134
deinitialization string to the client's terminal. On many terminals
 
135
this disables alternate screen mode.
 
136
 
 
137
.SH ESCAPE SEQUENCES
131
138
 
132
139
The escape sequence to shut down the connection is \fBCtrl-^ .\fP
133
140
(typically typed with Ctrl-Shift-6, then a period). To send a literal
134
 
Ctrl-^, type \fBCtrl-^ ^\fP.
 
141
Ctrl-^, type \fBCtrl-^ ^\fP. The sequence \fBCtrl-^ Ctrl-Z\fP suspends the
 
142
client.
135
143
 
136
144
.SH ENVIRONMENT VARIABLES
137
145