summaryrefslogtreecommitdiff
path: root/appl/kf
diff options
context:
space:
mode:
authorAssar Westerlund <assar@sics.se>2000-07-02 05:16:33 +0000
committerAssar Westerlund <assar@sics.se>2000-07-02 05:16:33 +0000
commit58fe133a4fe3065eb4ba5736a07e343b8accbcf3 (patch)
treee360aad27433f1a2e01b3ffe3771fb08fd98e82e /appl/kf
parent4f38809a1e976a08912b110b50ab899caa68982d (diff)
contributed by lha@s3.kth.se
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8522 ec53bebd-3082-4978-b11e-865c3cabbd6b
Diffstat (limited to 'appl/kf')
-rw-r--r--appl/kf/kf.192
1 files changed, 92 insertions, 0 deletions
diff --git a/appl/kf/kf.1 b/appl/kf/kf.1
new file mode 100644
index 000000000..27ca59f54
--- /dev/null
+++ b/appl/kf/kf.1
@@ -0,0 +1,92 @@
+.\" Things to fix:
+.\" * correct section, and operating system
+.\" * remove Op from mandatory flags
+.\" * use better macros for arguments (like .Pa for files)
+.\"
+.Dd July 2, 2000
+.Dt KF 1
+.Os Heimdal
+.Sh NAME
+.Nm kf
+.Nd
+securly forward tickets
+.Sh SYNOPSIS
+.Nm
+.Oo Fl p Ar port \*(Ba Xo
+.Fl -port= Ns Ar port Oc
+.Xc
+.Oo Fl l Ar login \*(Ba Xo
+.Fl -login= Ns Ar login Oc
+.Xc
+.Oo Fl c Ar ccache \*(Ba Xo
+.Fl -ccache= Ns Ar ccache Oc
+.Xc
+.Op Fl F | Fl -forwardable
+.Op Fl G | Fl -no-forwardable
+.Op Fl h | Fl -help
+.Op Fl -version
+.Ar host ...
+.Sh DESCRIPTION
+The
+.Nm
+program forwards tickets to a remove host through an authenticated
+and encrypted stream. Options supported are:
+.Bl -tag -width Ds
+.It Xo
+.Fl p Ar port Ns ,
+.Fl -port= Ns Ar port
+.Xc
+port to connect to
+.It Xo
+.Fl l Ar login Ns ,
+.Fl -login= Ns Ar login
+.Xc
+remote login name
+.It Xo
+.Fl c Ar ccache Ns ,
+.Fl -ccache= Ns Ar ccache
+.Xc
+remote cred cache
+.It Xo
+.Fl F Ns ,
+.Fl -forwardable
+.Xc
+forward forwardable credentials
+.It Xo
+.Fl G Ns ,
+.Fl -no-forwardable
+.Xc
+do not forward forwardable credentials
+.It Xo
+.Fl h Ns ,
+.Fl -help
+.Xc
+.It Xo
+.Fl -version
+.Xc
+.El
+.Pp
+.Nm
+is useful when you do not want to enter your password on a remote host
+but want to have your tickets one for example afs.
+.Pp
+In order for
+.Nm
+to work you will need to acquire your initial ticket with forwardable
+flag, ie
+.Nm kinit Fl -forwardable .
+.Pp
+.Nm telnet
+is able to forward ticket by itself.
+.\".Sh ENVIRONMENT
+.\".Sh FILES
+.\".Sh EXAMPLES
+.\".Sh DIAGNOSTICS
+.Sh SEE ALSO
+.Xr kfd 8 ,
+.Xr kinit 1 ,
+.Xr telnet 1
+.\".Sh STANDARDS
+.\".Sh HISTORY
+.\".Sh AUTHORS
+.\".Sh BUGS