Skip to content

Commit f917782

Browse files
Update create_and_start_vms.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e44fb6e commit f917782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_and_start_vms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gawk -i inplace '!/^192.168.122./' ~/.ssh/known_hosts
1010
for i in $(seq 1 20); do
1111
ip=$((150 + i))
1212
if [ "$i" -eq 17 ]; then
13-
# Bei test-17 spezielle SSH-Parameter verwenden
13+
# Use special SSH parameters for test-17
1414
hostname=$(ssh \
1515
-o PubkeyAcceptedAlgorithms=+ssh-rsa \
1616
-o HostkeyAlgorithms=+ssh-rsa \

0 commit comments

Comments
 (0)