diff options
Diffstat (limited to 'front/src/routes/home.jsx')
-rw-r--r-- | front/src/routes/home.jsx | 2 |
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 ( <> |