From 9d335aabb28477f3f97adfebde7c37e9bfd8cdcf Mon Sep 17 00:00:00 2001 From: shayne Date: Sat, 10 Dec 2022 00:07:27 -0500 Subject: [PATCH] cmd/tailscale/cli: [ssh] fix typo in help text (#6694) arugments => arguments Signed-off-by: shayne <79330+shayne@users.noreply.github.com> --- cmd/tailscale/cli/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tailscale/cli/ssh.go b/cmd/tailscale/cli/ssh.go index 05a1f2645..579265dd5 100644 --- a/cmd/tailscale/cli/ssh.go +++ b/cmd/tailscale/cli/ssh.go @@ -38,7 +38,7 @@ most users running the Tailscale SSH server will prefer to just use the normal The 'tailscale ssh' wrapper adds a few things: -* It resolves the destination server name in its arugments using MagicDNS, +* It resolves the destination server name in its arguments using MagicDNS, even if --accept-dns=false. * It works in userspace-networking mode, by supplying a ProxyCommand to the system 'ssh' command that connects via a pipe through tailscaled.