1SMBTA-UTIL(8) System Administration tools SMBTA-UTIL(8)
2
3
4
6 smbta-util - control encryption in VFS smb_traffic_analyzer
7
9 smbta-util
10
11 smbta-util [OPTIONS...]
12
14 This tool is part of the samba(7) suite.
15
16 smbta-util is a tool to ease the configuration of the
17 vfs_smb_traffic_analyzer module regarding data encryption.
18
19 The user can generate a key, install a key (activating encryption), or
20 uninstall a key (deactivating encryption). Any operation that installs
21 a key will create a File containing the key. This file can be used by
22 smbta-tool on other machines to install the same key from the file.
23
25 -h
26 Show a short help text on the command line.
27
28 -f KEYFILE
29 Open an existing keyfile, read the key from the file, and install
30 the key, activating encryption.
31
32 -g KEYFILE
33 Generate a new random key, install the key, activate encryption,
34 and store the key into the file KEYFILE.
35
36 -u
37 Uninstall the key, deactivating encryption.
38
39 -s
40 Check if a key is installed.
41
42 -c KEYFILE
43 Create a KEYFILE from an installed key.
44
46 This man page is correct for version 3.6 of the Samba suite.
47
49 The original version of smbta-util was created by Holger Hetterich.
50
51 The original Samba software and related utilities were created by
52 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
53 Source project similar to the way the Linux kernel is developed.
54
55
56
57Samba 3.6 04/11/2016 SMBTA-UTIL(8)