diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2020-07-17 07:59:05 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-07-17 10:03:28 +0200 |
commit | 69860769fa9f4529d8612ec055ae11912f7344cf (patch) | |
tree | 0824bcba3837ef6d88e8868927f8f0e1e627a9c3 | |
parent | upstream: Add test for '%k' (HostKeyAlias) TOKEN. (diff) | |
download | openssh-69860769fa9f4529d8612ec055ae11912f7344cf.tar.xz openssh-69860769fa9f4529d8612ec055ae11912f7344cf.zip |
upstream: fix macro slip in previous;
OpenBSD-Commit-ID: 624e47ab209450ad9ad5c69f54fa69244de5ed9a
-rw-r--r-- | ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 523ee6973..2b635410f 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,7 +33,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_config.5,v 1.330 2020/07/17 03:43:42 dtucker Exp $ +.\" $OpenBSD: ssh_config.5,v 1.331 2020/07/17 05:59:05 jmc Exp $ .Dd $Mdocdate: July 17 2020 $ .Dt SSH_CONFIG 5 .Os @@ -1885,7 +1885,7 @@ The local username. .Cm RemoteCommand , .Cm RemoteForward , and -.Com UserKnownHostsFile +.Cm UserKnownHostsFile accept the tokens %%, %C, %d, %h, %i, %L, %l, %n, %p, %r, and %u. .Pp .Cm Hostname |