1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Quotes can be a bad idea (utf8 quotes)

This commit is contained in:
Nicolas Viennot 2020-04-14 18:07:21 -04:00
parent 43214648f2
commit cb4c7a874d

View File

@ -23,5 +23,5 @@ echo "You may use the following settings this in your .tmate.conf:"
echo "" echo ""
echo "set -g tmate-server-host localhost" echo "set -g tmate-server-host localhost"
echo "set -g tmate-server-port 22" echo "set -g tmate-server-port 22"
echo "set -g tmate-server-rsa-fingerprint \"$RSA_SIG\"" echo "set -g tmate-server-rsa-fingerprint $RSA_SIG"
echo "set -g tmate-server-ed25519-fingerprint \"$ED25519_SIG\"" echo "set -g tmate-server-ed25519-fingerprint $ED25519_SIG"