diff options
author | 2006-01-30 13:37:49 +0000 | |
---|---|---|
committer | 2006-01-30 13:37:49 +0000 | |
commit | 225d3a220195e118217a5f526f17a321348c866e (patch) | |
tree | 4beb729fafe633dbd48e51a1622313f3314c18f8 | |
parent | fix updating of tables associated with interface groups used in (diff) | |
download | wireguard-openbsd-225d3a220195e118217a5f526f17a321348c866e.tar.xz wireguard-openbsd-225d3a220195e118217a5f526f17a321348c866e.zip |
remove an incorrect sentence;
reported by roumen petrov;
ok djm markus
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 309782879e6..f4c677628ce 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.252 2006/01/26 08:47:56 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.253 2006/01/30 13:37:49 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1256,9 +1256,6 @@ sensitive part of this file using 3DES. Contains the public key for authentication. These files are not sensitive and can (but need not) be readable by anyone. -They are -never used automatically and are not necessary: they are only provided for -the convenience of the user. .Pp .It ~/.ssh/known_hosts Contains a list of host keys for all hosts the user has logged into |