Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_getcrypt.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3fs_getcrypt - Displays the state of encryption for AFS file transfers
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fs getcrypt> [B<-help>]
11
12=for html
13</div>
14
15=head1 DESCRIPTION
16
17The B<fs getcrypt> command shows the status of network traffic encryption
18for file traffic in the AFS client. This encryption applies to file
19traffic going to and coming from the AFS server for users with valid
20tokens. The complement of this command is B<fs setcrypt> which sets the
21status of encryption on the client.
22
23=head1 CAUTIONS
24
25AFS uses an encryption scheme called fcrypt, based on but slightly weaker
26than DES. Because fcrypt and DES are obsolete, the user must decide how
27much to trust the encryption. Consider using a Virtual Private Network at
28the IP level if better encryption is needed.
29
30Encrypting file traffic requires a token. Unauthenticated connections or
31connections authorized via IP-based ACLs will not be encrypted even when
32encryption is turned on.
33
34=head1 OPTIONS
35
36=over 4
37
38=item B<-help>
39
40Prints the online help for this command. All other valid options are
41ignored.
42
43=back
44
45=head1 OUTPUT
46
47If encryption is enabled, the output is:
48
49 Security level is currently crypt (data security).
50
51If encryption if disabled, the output is:
52
53 Security level is currently clear.
54
55=head1 EXAMPLES
56
57There is only one way to invoke B<fs getcrypt>:
58
59 % fs getcrypt
60
61=head1 PRIVILEGE REQUIRED
62
63No special privileges are required for this command.
64
65=head1 SEE ALSO
66
67L<fs_setcrypt(1)>
68
69The description of the fcrypt encryption mechanism at
70L<http://surfvi.com/~ota/fcrypt-paper.txt>.
71
72=head1 COPYRIGHT
73
74Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
75
76This documentation is covered by the BSD License as written in the
77doc/LICENSE file. This man page was written by Jason Edgecombe for
78OpenAFS.