From 2bd03144daebfc0b43e32a4663ddc29cf7ad2f26 Mon Sep 17 00:00:00 2001 From: Simponic Date: Fri, 3 Feb 2023 12:58:19 -0700 Subject: Increase move notificatino delay, decrease creation notification delay, and surround username in quotes for ssh config --- front/src/routes/home.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front/src/routes') 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 ( <> -- cgit v1.2.3-70-g09d2