File: fd0ssh.1

package info (click to toggle)
hxtools 20231224-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,640 kB
  • sloc: ansic: 4,825; perl: 3,463; sh: 1,629; cpp: 353; makefile: 149
file content (16 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH fd0ssh 1 "2008-04-06" "hxtools" "hxtools"
.SH Name
fd0ssh \(em pipe for password-over-stdin support to ssh
.SH Syntax
\fBfd0ssh\fP \fImount_command\fP
.SH Description
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
\fBhxtools\fP(7)
.PP
Idea by John S. Skogtvedt, http://www.debian\-administration.org/articles/587