aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-14 19:15:33 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-14 19:15:33 +0200
commit380dbf038fe4bb257b52067ec2a5a1e30a3f10a5 (patch)
treefdbcb7e4f7d2bd6967dd959c7fa2f77e9b312bfe
parenta2558ca046ceb85bac62cee7d1d34ab660955dc0 (diff)
downloadrtty-380dbf038fe4bb257b52067ec2a5a1e30a3f10a5.tar.gz
Add rtty.1
-rw-r--r--rtty.139
1 files changed, 39 insertions, 0 deletions
diff --git a/rtty.1 b/rtty.1
new file mode 100644
index 0000000..fa1aaf9
--- /dev/null
+++ b/rtty.1
@@ -0,0 +1,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 .