Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrinot committed Jun 13, 2022
1 parent e2c7f13 commit dec40ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private Connection createSSHSession() {
"sh",
"-c",
// Disable ipv6 & Make it listen on all interfaces, not just localhost
// Enable Us supported by our ssh client library
// Enable algorithms supported by our ssh client library
"echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes "
+ "-o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes "
+ "-o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "
Expand Down

0 comments on commit dec40ec

Please sign in to comment.