aboutsummaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-ac
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-21 01:03:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-21 01:03:10 +0000
commit7c073e9d51318cf901385976915fa67afb769288 (patch)
tree0403d871e70bb6c20ab76c0411c385646a614d96 /security/cfs/files/patch-ac
parent30f779debfef7e8718ce1b6e8941e575b1331695 (diff)
downloadports-7c073e9d51318cf901385976915fa67afb769288.tar.gz
ports-7c073e9d51318cf901385976915fa67afb769288.zip
* Support blowfish encription.
* Install the cfs's ssh as cfssh.
Notes
Notes: svn path=/head/; revision=13270
Diffstat (limited to 'security/cfs/files/patch-ac')
-rw-r--r--security/cfs/files/patch-ac21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/cfs/files/patch-ac b/security/cfs/files/patch-ac
new file mode 100644
index 000000000000..810482602cee
--- /dev/null
+++ b/security/cfs/files/patch-ac
@@ -0,0 +1,21 @@
+--- ssh.1.orig Sat Jan 1 04:35:00 1994
++++ ssh.1 Sun Sep 20 17:59:46 1998
+@@ -1,14 +1,14 @@
+ .TH SSH 1 ""
+ .SH NAME
+-ssh - (somewhat) secure CFS shell
++cfssh - (somewhat) secure CFS shell
+ .SH SYNOPSIS
+-.B ssh
++.B cfssh
+ \fIdirectory\fP
+ .SH DESCRIPTION
+-\fBssh\fP uses \fBcattach\fP(1) to associate the encrypted
++\fBcfssh\fP uses \fBcattach\fP(1) to associate the encrypted
+ \fIdirectory\fP (previously created with \fBcmkdir\fP(1)) with a
+ randomly selected name. Once the correct passphrase is provided,
+-\fBssh\fP invokes a new shell with the random directory in /crypt as its
++\fBcfssh\fP invokes a new shell with the random directory in /crypt as its
+ working directory.
+ When the shell exits, the temporary attach name is deleted with
+ cdetach(1).