1KF(1) BSD General Commands Manual KF(1)
2
4 kf — securely forward tickets
5
7 kf [-p port | --port=port] [-l login | --login=login] [-c ccache |
8 --ccache=ccache] [-F | --forwardable] [-G | --no-forwardable]
9 [-h | --help] [--version] host ...
10
12 The kf program forwards tickets to a remote host through an authenticated
13 and encrypted stream. Options supported are:
14
15 -p port, --port=port
16 port to connect to
17
18 -l login, --login=login
19 remote login name
20
21 -c ccache, --ccache=ccache
22 remote cred cache
23
24 -F, --forwardable
25 forward forwardable credentials
26
27 -G, --no-forwardable
28 do not forward forwardable credentials
29
30 -h, --help
31
32 --version
33
34 kf is useful when you do not want to enter your password on a remote host
35 but want to have your tickets one for example AFS.
36
37 In order for kf to work you will need to acquire your initial ticket with
38 forwardable flag, i.e. kinit --forwardable.
39
40 telnet is able to forward tickets by itself.
41
43 kinit(1), telnet(1), kfd(8)
44
45BSD July 2, 2000 BSD