Deleted Added
full compact
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
12securly forward tickets
11.Nd securly forward tickets
12.Sh SYNOPSIS
13.Nm
15.Oo Fl p Ar port \*(Ba Xo
16.Fl -port= Ns Ar port Oc
17.Xc
18.Oo Fl l Ar login \*(Ba Xo
19.Fl -login= Ns Ar login Oc
20.Xc
21.Oo Fl c Ar ccache \*(Ba Xo
22.Fl -ccache= Ns Ar ccache Oc
23.Xc
24.Op Fl F | Fl -forwardable
25.Op Fl G | Fl -no-forwardable
26.Op Fl h | Fl -help
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
32The
33.Nm
34program forwards tickets to a remove host through an authenticated
33and encrypted stream. Options supported are:
34.Bl -tag -width Ds
35and encrypted stream.
36Options supported are:
37.Bl -tag -width indent
38.It Xo
36.Fl p Ar port Ns ,
37.Fl -port= Ns Ar port
39.Fl p Ar port ,
40.Fl -port Ns = Ns Ar port
41.Xc
42port to connect to
43.It Xo
41.Fl l Ar login Ns ,
42.Fl -login= Ns Ar login
44.Fl l Ar login ,
45.Fl -login Ns = Ns Ar login
46.Xc
47remote login name
48.It Xo
46.Fl c Ar ccache Ns ,
47.Fl -ccache= Ns Ar ccache
49.Fl c Ar ccache ,
50.Fl -ccache Ns = Ns Ar ccache
51.Xc
52remote cred cache
50.It Xo
51.Fl F Ns ,
52.Fl -forwardable
53.Xc
53.It Fl F , -forwardable
54forward forwardable credentials
55.It Xo
56.Fl G Ns ,
57.Fl -no-forwardable
58.Xc
55.It Fl G , -no-forwardable
56do not forward forwardable credentials
60.It Xo
61.Fl h Ns ,
62.Fl -help
63.Xc
64.It Xo
65.Fl -version
66.Xc
57.It Fl h , -help
58.It Fl -version
59.El
60.Pp
61.Nm
62is useful when you do not want to enter your password on a remote host
63but want to have your tickets one for example afs.
64.Pp
65In order for
66.Nm
67to work you will need to acquire your initial ticket with forwardable
68flag, ie
69.Nm kinit Fl -forwardable .
70.Pp
71.Nm telnet
72is able to forward ticket by itself.
73.\".Sh ENVIRONMENT
74.\".Sh FILES
75.\".Sh EXAMPLES
76.\".Sh DIAGNOSTICS
77.Sh SEE ALSO
86.Xr kfd 8 ,
78.Xr kinit 1 ,
88.Xr telnet 1
79.Xr telnet 1 ,
80.Xr kfd 8
81.\".Sh STANDARDS
82.\".Sh HISTORY
83.\".Sh AUTHORS
84.\".Sh BUGS