home · contact · privacy
Fix.
[config] / bullseye / setup_scripts / prepare_to_meet_server.sh
index 7ea7ec03414b1633103f88c225adc8d021f9a1e2..df2aa419fdda7af90bed3fd924cc0f32dcdef4cb 100755 (executable)
@@ -10,7 +10,7 @@ target="$1"
 
 # We need a public key to copy over, so generate it if not found.
 if [ ! -f ~/.ssh/id_rsa.pub ]; then
-    ssh-keygen -N""
+    ssh-keygen -N ""
 fi
 
 # Add target to ~/.ssh/known_hosts so we don't get