From 0eeb35faff2db9a2cd03109210cc58199e13a893 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 11 Oct 2023 06:40:54 +0000 Subject: [PATCH] mention "none" is a valid argument to IdentityFile; bz3080 --- usr.bin/ssh/ssh_config.5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 118d4dbb161..c479d749b5c 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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.388 2023/10/04 05:42:10 jmc Exp $ -.Dd $Mdocdate: October 4 2023 $ +.\" $OpenBSD: ssh_config.5,v 1.389 2023/10/11 06:40:54 djm Exp $ +.Dd $Mdocdate: October 11 2023 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1070,6 +1070,9 @@ may use the tilde syntax to refer to a user's home directory or the tokens described in the .Sx TOKENS section. +Alternately an argument of +.Cm none +may be used to indicate no identity files should be loaded. .Pp It is possible to have multiple identity files specified in configuration files; all these -- 2.20.1