aboutsummaryrefslogtreecommitdiff
path: root/rtty.1
blob: fa1aaf9aa7dc5ddf4d3d2dc9555baf4d46106c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.Dd $Mdocdate$
.Dt RTTY 1
.Os
.Sh NAME
.Nm rtty
.Nd limited but responsive remote shell
.Sh SYNOPSIS
.Nm
.Op Ar ...
.Sh DESCRIPTION
.Pp
.Nm
is a wrapper around
.Xr ssh 1
that provides a remote shell as responsive as
.Xr mosh 1
and as limited as a traditional teletypewriter.
User input is only sent to the remote server
once a full line has been input.
.Nm
takes the same arguments as
.Xr ssh 1 .
.Pp
.Nm
is best used in conjunction with
.Xr dtach 1
on the remote server.
.Sh AUTHORS
.Pp
.Nm
is written by John Ankarström
.Aq Mt "john (at) ankarstrom.se" .
.Sh BUGS
.Pp
.Nm
does not support interactive password input.
It is recommended that public key authentication be used,
in combination with
.Xr ssh-agent 1 .