Skip to content

Commit

Permalink
Quotes can be a bad idea (utf8 quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed Apr 14, 2020
1 parent 4321464 commit cb4c7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_keys.sh
Expand Up @@ -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"

0 comments on commit cb4c7a8

Please sign in to comment.