From ba23e2aafed7d133704d58c3c338ea1d9afa2be7 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 22 Dec 2023 19:53:21 -0600 Subject: [PATCH] fixed typo --- debian/debian-configure-sshd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-configure-sshd.sh b/debian/debian-configure-sshd.sh index a932780..8174135 100644 --- a/debian/debian-configure-sshd.sh +++ b/debian/debian-configure-sshd.sh @@ -134,7 +134,7 @@ if [[ ! -f /root/.ssh/server-root ]] echo "MgAAAAtzc2gtZWQyNTUxOQAAACB1osOZVc0CGYmXNUj6Ybx4XUqRZfVDel5uM5xaqucbOA" >> /root/.ssh/server-root echo "AAAEBUjm9GcUvXzKnpiw0aYd+Ca7+LAWuq0u6l0FjPQyQjd3Wiw5lVzQIZiZc1SPphvHhd" >> /root/.ssh/server-root echo "SpFl9UN6Xm4znFqq5xs4AAAAC3NlcnZlci1yb290AQI=" >> /root/.ssh/server-root - echo "-----END OPENSSH PRIVATE KEY-----" + echo "-----END OPENSSH PRIVATE KEY-----" >> /root/.ssh/server-root chmod 600 /root/.ssh/* fi