summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2023-01-13 03:16:29 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-01-14 12:59:47 +1100
commit40564812b659c530eb1f4b62d09e85612aef3107 (patch)
tree17cc646f0d104ed8a6292e24a878e54630d6bc95
parentd03e245e034019a37388f6f5f893ce848ab6d2e2 (diff)
upstream: Document "UserKnownHostsFile none". ok djm@
-rw-r--r--ssh_config.510
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index ab1e5723..3b562899 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
.\" (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_config.5,v 1.376 2022/11/28 01:37:36 djm Exp $
-.Dd $Mdocdate: November 28 2022 $
+.\" $OpenBSD: ssh_config.5,v 1.377 2023/01/13 03:16:29 dtucker Exp $
+.Dd $Mdocdate: January 13 2023 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -1965,6 +1965,12 @@ the tokens described in the
section and environment variables as described in the
.Sx ENVIRONMENT VARIABLES
section.
+A value of
+.Cm none
+causes
+.Xr ssh 1
+to ignore any user specific known hosts files.
+.user-specific known hosts files.
The default is
.Pa ~/.ssh/known_hosts ,
.Pa ~/.ssh/known_hosts2 .