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:
parent
43214648f2
commit
cb4c7a874d
@ -23,5 +23,5 @@ echo "You may use the following settings this in your .tmate.conf:"
|
||||
echo ""
|
||||
echo "set -g tmate-server-host localhost"
|
||||
echo "set -g tmate-server-port 22"
|
||||
echo "set -g tmate-server-rsa-fingerprint \"$RSA_SIG\""
|
||||
echo "set -g tmate-server-ed25519-fingerprint \"$ED25519_SIG\""
|
||||
echo "set -g tmate-server-rsa-fingerprint $RSA_SIG"
|
||||
echo "set -g tmate-server-ed25519-fingerprint $ED25519_SIG"
|
||||
|
Loading…
x
Reference in New Issue
Block a user