1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>smbta-util</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="smbta-util"><a name="smbta-util.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>smbta-util — control encryption in VFS smb_traffic_analyzer</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">smbta-util</code></p></div><div class="cmdsynopsis"><p><code class="literal">smbta-util</code> [
|
---|
2 | <em class="replaceable"><code>OPTIONS</code></em>
|
---|
3 | ...]</p></div></div><div class="refsect1" title="DESCRIPTION"><a name="id266361"></a><h2>DESCRIPTION</h2><p>This tool is part of the
|
---|
4 | <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p><code class="literal">smbta-util</code> is a tool to ease the
|
---|
5 | configuration of the vfs_smb_traffic_analyzer module regarding
|
---|
6 | data encryption.</p><p>The user can generate a key, install a key (activating
|
---|
7 | encryption), or uninstall a key (deactivating encryption).
|
---|
8 | Any operation that installs a key will create a File containing
|
---|
9 | the key. This file can be used by smbta-tool on other machines
|
---|
10 | to install the same key from the file.</p></div><div class="refsect1" title="OPTIONS"><a name="id266850"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">-h</code></span></dt><dd><p>Show a short help text on the command line.
|
---|
11 | </p></dd><dt><span class="term"><code class="option">-f</code>
|
---|
12 | <em class="replaceable"><code>KEYFILE</code></em></span></dt><dd><p>Open an existing keyfile, read the key from
|
---|
13 | the file, and install the key, activating encryption.
|
---|
14 | </p></dd><dt><span class="term"><code class="option">-g</code>
|
---|
15 | <em class="replaceable"><code>KEYFILE</code></em></span></dt><dd><p>Generate a new random key, install the key,
|
---|
16 | activate encryption, and store the key into the file KEYFILE.
|
---|
17 | </p></dd><dt><span class="term"><code class="option">-u</code></span></dt><dd><p>Uninstall the key, deactivating encryption.
|
---|
18 | </p></dd><dt><span class="term"><code class="option">-s</code></span></dt><dd><p>Check if a key is installed.
|
---|
19 | </p></dd><dt><span class="term"><code class="option">-c</code>
|
---|
20 | <em class="replaceable"><code>KEYFILE</code></em></span></dt><dd><p>Create a KEYFILE from an installed key.
|
---|
21 | </p></dd></dl></div></div><div class="refsect1" title="VERSION"><a name="id265741"></a><h2>VERSION</h2><p>This man page is correct for version 3.6 of the Samba suite.</p></div><div class="refsect1" title="AUTHOR"><a name="id265751"></a><h2>AUTHOR</h2><p> The original version of smbta-util was created by Holger Hetterich.
|
---|
22 | </p><p> The original Samba software and related utilities were
|
---|
23 | created by Andrew Tridgell. Samba is now developed by the
|
---|
24 | Samba Team as an Open Source project similar to the way the
|
---|
25 | Linux kernel is developed.</p></div></div></body></html>
|
---|