Deleted Added
sdiff udiff text old ( 72445 ) new ( 76371 )
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
13.Sh SYNOPSIS
14.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
27.Op Fl -version
28.Ar host ...
29.Sh DESCRIPTION
30The
31.Nm
32program forwards tickets to a remove host through an authenticated
33and encrypted stream. Options supported are:
34.Bl -tag -width Ds
35.It Xo
36.Fl p Ar port Ns ,
37.Fl -port= Ns Ar port
38.Xc
39port to connect to
40.It Xo
41.Fl l Ar login Ns ,
42.Fl -login= Ns Ar login
43.Xc
44remote login name
45.It Xo
46.Fl c Ar ccache Ns ,
47.Fl -ccache= Ns Ar ccache
48.Xc
49remote cred cache
50.It Xo
51.Fl F Ns ,
52.Fl -forwardable
53.Xc
54forward forwardable credentials
55.It Xo
56.Fl G Ns ,
57.Fl -no-forwardable
58.Xc
59do not forward forwardable credentials
60.It Xo
61.Fl h Ns ,
62.Fl -help
63.Xc
64.It Xo
65.Fl -version
66.Xc
67.El
68.Pp
69.Nm
70is useful when you do not want to enter your password on a remote host
71but want to have your tickets one for example afs.
72.Pp
73In order for
74.Nm
75to work you will need to acquire your initial ticket with forwardable
76flag, ie
77.Nm kinit Fl -forwardable .
78.Pp
79.Nm telnet
80is able to forward ticket by itself.
81.\".Sh ENVIRONMENT
82.\".Sh FILES
83.\".Sh EXAMPLES
84.\".Sh DIAGNOSTICS
85.Sh SEE ALSO
86.Xr kfd 8 ,
87.Xr kinit 1 ,
88.Xr telnet 1
89.\".Sh STANDARDS
90.\".Sh HISTORY
91.\".Sh AUTHORS
92.\".Sh BUGS