Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / appl / kf / kf.1
1 .\" Things to fix:
2 .\"   * correct section, and operating system
3 .\"   * remove Op from mandatory flags
4 .\"   * use better macros for arguments (like .Pa for files)
5 .\"
6 .Dd July  2, 2000
7 .Dt KF 1
8 .Os Heimdal
9 .Sh NAME
10 .Nm kf
11 .Nd securly forward tickets
12 .Sh SYNOPSIS
13 .Nm
14 .Oo
15 .Fl p Ar port |
16 .Fl -port Ns = Ns Ar port
17 .Oc
18 .Oo
19 .Fl l Ar login |
20 .Fl -login Ns = Ns Ar login
21 .Oc
22 .Oo
23 .Fl c Ar ccache |
24 .Fl -ccache Ns = Ns Ar ccache
25 .Oc
26 .Op Fl F | -forwardable
27 .Op Fl G | -no-forwardable
28 .Op Fl h | -help
29 .Op Fl -version
30 .Ar host ...
31 .Sh DESCRIPTION
32 The
33 .Nm
34 program forwards tickets to a remove host through an authenticated
35 and encrypted stream.
36 Options supported are:
37 .Bl -tag -width indent
38 .It Xo
39 .Fl p Ar port ,
40 .Fl -port Ns = Ns Ar port
41 .Xc
42 port to connect to
43 .It Xo
44 .Fl l Ar login ,
45 .Fl -login Ns = Ns Ar login
46 .Xc
47 remote login name
48 .It Xo
49 .Fl c Ar ccache ,
50 .Fl -ccache Ns = Ns Ar ccache
51 .Xc
52 remote cred cache
53 .It Fl F , -forwardable
54 forward forwardable credentials
55 .It Fl G , -no-forwardable
56 do not forward forwardable credentials
57 .It Fl h , -help
58 .It Fl -version
59 .El
60 .Pp
61 .Nm
62 is useful when you do not want to enter your password on a remote host
63 but want to have your tickets one for example afs.
64 .Pp
65 In order for
66 .Nm
67 to work you will need to acquire your initial ticket with forwardable
68 flag, ie
69 .Nm kinit Fl -forwardable .
70 .Pp
71 .Nm telnet
72 is able to forward ticket by itself.
73 .\".Sh ENVIRONMENT
74 .\".Sh FILES
75 .\".Sh EXAMPLES
76 .\".Sh DIAGNOSTICS
77 .Sh SEE ALSO
78 .Xr kinit 1 ,
79 .Xr telnet 1 ,
80 .Xr kfd 8
81 .\".Sh STANDARDS
82 .\".Sh HISTORY
83 .\".Sh AUTHORS
84 .\".Sh BUGS