Remove trailing quotation
This commit is contained in:
parent
7568b61444
commit
e088d1f8cd
@ -6,7 +6,7 @@ import { useAuthContext } from "../context/auth_context";
|
||||
const generateSSHConfig = (username) => `Host chessh
|
||||
Hostname ${process.env.REACT_APP_SSH_SERVER}
|
||||
Port ${process.env.REACT_APP_SSH_PORT}
|
||||
User ${username.includes(" ") ? '"' + username + '"' : username}"
|
||||
User ${username.includes(" ") ? '"' + username + '"' : username}
|
||||
PubkeyAuthentication yes
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user