correct tsh proxy alias (#7902)

removes port number so it can try 3080 and 443
This commit is contained in:
Steven Martin 2021-08-16 10:46:53 -04:00 committed by GitHub
parent 13ad93e11a
commit c8670cdbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash
/usr/local/bin/tsh --insecure --proxy=proxy.luna.teleport:3080 -i /mnt/shared/certs/bot.pem "$@"
/usr/local/bin/tsh --insecure --proxy=proxy.luna.teleport -i /mnt/shared/certs/bot.pem "$@"