diff options
author | djm@openbsd.org <djm@openbsd.org> | 2023-10-11 08:40:54 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-10-11 08:41:52 +0200 |
commit | fc77c8e352c0f44125425c05265e3a00c183d78a (patch) | |
tree | fd8921ac257b281e537459c950bc872cae3cf37b /ssh_config.5 | |
parent | upstream: in olde rcp/scp protocol mode, when rejecting a path from the (diff) | |
download | openssh-fc77c8e352c0f44125425c05265e3a00c183d78a.tar.xz openssh-fc77c8e352c0f44125425c05265e3a00c183d78a.zip |
upstream: mention "none" is a valid argument to IdentityFile; bz3080
OpenBSD-Commit-ID: 1b4fb590ef731099349a7d468b77f02b240ac926
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index ac85e790e..dd72a98f9 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.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 |