tailscale/cmd/tailscale
Brad Fitzpatrick 50eb8c5add cmd/tailscale: mostly fix 'tailscale ssh' on macOS (sandbox)
Still a little wonky, though. See the tcsetattr error and inability to
hit Ctrl-D, for instance:

    bradfitz@laptop ~ % tailscale.app ssh foo@bar
    tcsetattr: Operation not permitted
    # Authentication checked with Tailscale SSH.
    # Time since last authentication: 1h13m22s
    foo@bar:~$ ^D
    ^D
    ^D

Updates #4518
Updates #4529

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-04-26 07:40:42 -07:00
..
cli cmd/tailscale: mostly fix 'tailscale ssh' on macOS (sandbox) 2022-04-26 07:40:42 -07:00
depaware.txt cmd/tailscale: use double quotes in the ssh subcommands 2022-04-21 17:43:04 -07:00
tailscale.go cmd/tailscale: rewrite --authkey to --auth-key 2022-02-17 10:00:46 -08:00