We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44fb6e commit f917782Copy full SHA for f917782
create_and_start_vms.sh
@@ -10,7 +10,7 @@ gawk -i inplace '!/^192.168.122./' ~/.ssh/known_hosts
10
for i in $(seq 1 20); do
11
ip=$((150 + i))
12
if [ "$i" -eq 17 ]; then
13
- # Bei test-17 spezielle SSH-Parameter verwenden
+ # Use special SSH parameters for test-17
14
hostname=$(ssh \
15
-o PubkeyAcceptedAlgorithms=+ssh-rsa \
16
-o HostkeyAlgorithms=+ssh-rsa \
0 commit comments