aboutsummaryrefslogtreecommitdiff
path: root/INTRO
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-15 00:42:55 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-15 00:45:09 +0200
commit3726eebdf7b5fb37e9bb18609778a903c783c3ef (patch)
tree4a20271f94a827deeb3db1bf6a0c025e8bf5fec6 /INTRO
parent2fd0c583436f6a38692a125b4f8eb2b2e9e9a046 (diff)
downloadrtty-3726eebdf7b5fb37e9bb18609778a903c783c3ef.tar.gz
Add -P option (ask for password)
Diffstat (limited to 'INTRO')
-rw-r--r--INTRO13
1 files changed, 0 insertions, 13 deletions
diff --git a/INTRO b/INTRO
index 788587c..3dec1e9 100644
--- a/INTRO
+++ b/INTRO
@@ -16,16 +16,3 @@ 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, or if you cannot use ssh-agent(1) to avoid entering
-your key's passphrase interactively, consider compiling a special
-version of rtty -- I suggest the name rttyp -- and installing it
-alongside the normal version of rtty.