diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-14 23:33:59 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-14 23:33:59 +0200 |
commit | 92d63efb7087b24910dee2e44f0fed51895e4fd9 (patch) | |
tree | 54cb3ad88a7956d1095c48b2e00289eef87a33c2 /INTRO | |
parent | 1171342a0c326f464b46a0e2ae9d0f215fa014fa (diff) | |
download | rtty-92d63efb7087b24910dee2e44f0fed51895e4fd9.tar.gz |
Add SSHPASS compile-time flag
Diffstat (limited to 'INTRO')
-rw-r--r-- | INTRO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |