File: fd0ssh.1

package info (click to toggle)
hxtools 20180301-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,600 kB
  • sloc: ansic: 5,926; perl: 3,905; sh: 1,638; cpp: 342; makefile: 191; asm: 173
file content (20 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH fd0ssh 1 "2008-04-06" "hxtools" "hxtools"
.SH Name
.PP
fd0ssh \(em pipe for password-over-stdin support to ssh
.SH Syntax
.PP
\fBfd0ssh\fP \fImount_command\fP
.SH Description
.PP
This is a wrapper for ssh which reads the password from stdin and sets things
up so that ssh will recall the wrapper to get the password, which will be read
from the parent process using a pipe.
.PP
It is used by \fBpam_mount\fP(8) to mount SSH-based filesystems, such as ccgfs
and sshfs.
.SH "See also"
.PP
\fBhxtools\fP(7)
.PP
Idea by John S. Skogtvedt, http://www.debian\-administration.org/articles/587