freebsd-dev/crypto/heimdal/appl/kf/kf.1

85 lines
1.5 KiB
Groff
Raw Normal View History

2001-02-13 16:46:19 +00:00
.\" 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
2001-05-08 14:57:13 +00:00
.Nd securly forward tickets
2001-02-13 16:46:19 +00:00
.Sh SYNOPSIS
.Nm
2001-05-08 14:57:13 +00:00
.Oo
.Fl p Ar port |
.Fl -port Ns = Ns Ar port
.Oc
.Oo
.Fl l Ar login |
.Fl -login Ns = Ns Ar login
.Oc
.Oo
.Fl c Ar ccache |
.Fl -ccache Ns = Ns Ar ccache
.Oc
.Op Fl F | -forwardable
.Op Fl G | -no-forwardable
.Op Fl h | -help
2001-02-13 16:46:19 +00:00
.Op Fl -version
.Ar host ...
.Sh DESCRIPTION
The
.Nm
program forwards tickets to a remove host through an authenticated
2001-05-08 14:57:13 +00:00
and encrypted stream.
Options supported are:
.Bl -tag -width indent
2001-02-13 16:46:19 +00:00
.It Xo
2001-05-08 14:57:13 +00:00
.Fl p Ar port ,
.Fl -port Ns = Ns Ar port
2001-02-13 16:46:19 +00:00
.Xc
port to connect to
.It Xo
2001-05-08 14:57:13 +00:00
.Fl l Ar login ,
.Fl -login Ns = Ns Ar login
2001-02-13 16:46:19 +00:00
.Xc
remote login name
.It Xo
2001-05-08 14:57:13 +00:00
.Fl c Ar ccache ,
.Fl -ccache Ns = Ns Ar ccache
2001-02-13 16:46:19 +00:00
.Xc
remote cred cache
2001-05-08 14:57:13 +00:00
.It Fl F , -forwardable
2001-02-13 16:46:19 +00:00
forward forwardable credentials
2001-05-08 14:57:13 +00:00
.It Fl G , -no-forwardable
2001-02-13 16:46:19 +00:00
do not forward forwardable credentials
2001-05-08 14:57:13 +00:00
.It Fl h , -help
.It Fl -version
2001-02-13 16:46:19 +00:00
.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 kinit 1 ,
2001-05-08 14:57:13 +00:00
.Xr telnet 1 ,
.Xr kfd 8
2001-02-13 16:46:19 +00:00
.\".Sh STANDARDS
.\".Sh HISTORY
.\".Sh AUTHORS
.\".Sh BUGS