aboutsummaryrefslogtreecommitdiff
path: root/INTRO
diff options
context:
space:
mode:
Diffstat (limited to 'INTRO')
-rw-r--r--INTRO12
1 files changed, 12 insertions, 0 deletions
diff --git a/INTRO b/INTRO
index 3dec1e9..db55883 100644
--- a/INTRO
+++ b/INTRO
@@ -16,3 +16,15 @@ a brief overview:
Editor: ed(1)
Pager: cat(1), pr(1)
History: fc (see sh(1))
+
+
+ Supplying passwords to rtty
+
+If compiled with -DSSHPASS, rtty will run sshpass(1) with the -e
+flag, expecting a password to be set in the SSHPASS environment
+variable.
+
+If you often need to log into remote servers without public key
+authentication, consider compiling a special version of rtty -- I
+suggest the name rttyp -- and installing it alongside the normal
+version of rtty.