1FINGERD(8) BSD System Manager's Manual FINGERD(8)
2
4 fingerd — remote user information server
5
7 fingerd [-wulf] [-pL path] [-t timeout]
8
10 Fingerd is a simple daemon based on RFC1196 that provides an interface to
11 the “finger” program at most network sites. The program is supposed to
12 return a friendly, human-oriented status report on either the system at
13 the moment or a particular person in depth.
14
15 If the -w option is given, remote users will get an additional “Welcome
16 to ...” banner which also shows some informations (e.g. uptime, operating
17 system name and release) about the system the fingerd is running on. Some
18 sites may consider this a security risk as it gives out information that
19 may be useful to crackers.
20
21 If the -u option is given, requests of the form “finger @host” are
22 rejected.
23
24 If the -l option is given, information about requests made is logged.
25 This option probably violates users' privacy and should not be used on
26 multiuser boxes.
27
28 If the -f option is given, finger forwarding (user@host1@host2) is
29 allowed. Useful behind firewalls, but probably not wise for security and
30 resource reasons.
31
32 The -p option allows specification of an alternate location for fingerd
33 to find the “finger” program. The -L option is equivalent.
34
35 The -t option specifies the time to wait for a request before closing the
36 connection. A value of 0 waits forever. The default is 60 seconds.
37
38 Starting and stopping the daemon is handled by systemd(1). Fingerd is not
39 enabled by default after the installation. Its running state can be man‐
40 aged using systemctl(1) commands. If you need to specify some options to
41 fingerd you should copy the finger@.service file from /lib/systemd/system
42 to /etc/systemd/system and edit it there.
43
44 The finger protocol consists mostly of specifying command arguments. The
45 systemd(1) runs fingerd for TCP requests received on port 79. Once con‐
46 nected fingerd reads a single command line terminated by a ⟨CRLF⟩ which
47 is passed to finger(1). It closes its connections as soon as all output
48 is finished.
49
50 If the line is empty (i.e. just a ⟨CRLF⟩ is sent) then finger returns a
51 “default” report that lists all people logged into the system at that
52 moment. This feature is blocked by the -u option.
53
54 If a user name is specified (e.g. eric⟨CRLF⟩) then the response lists
55 more extended information for only that particular user, whether logged
56 in or not. Allowable “names” in the command line include both “login
57 names” and “user names”. If a name is ambiguous, all possible deriva‐
58 tions are returned.
59
61 finger(1), systemd(1), systemctl(1)
62
64 Connecting directly to the server from a TIP or an equally narrow-minded
65 TELNET-protocol user program can result in meaningless attempts at option
66 negotiation being sent to the server, which will foul up the command line
67 interpretation.
68
70 The finger daemon appeared in 4.3BSD.
71
72Linux NetKit (0.17) August 29, 1996 Linux NetKit (0.17)