summaryrefslogtreecommitdiff
path: root/front/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/routes')
-rw-r--r--front/src/routes/home.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/front/src/routes/home.jsx b/front/src/routes/home.jsx
index c65d87d..3495d20 100644
--- a/front/src/routes/home.jsx
+++ b/front/src/routes/home.jsx
@@ -10,7 +10,7 @@ export const Home = () => {
const sshConfig = `Host chessh
Hostname ${process.env.REACT_APP_SSH_SERVER}
Port ${process.env.REACT_APP_SSH_PORT}
- User ${player?.username}
+ User "${player?.username}"
PubkeyAuthentication yes`;
return (
<>