Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lustre-vm/slurm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ sudo systemctl enable --now slurmd
sudo ssh-keygen -N "" -f /root/.ssh/id_rsa
sudo sh -c "cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys"
# for idempotent way, remove older host entity from known_hosts file
set +e
sudo ssh-keygen -R lima-lustre
set -e
sudo ssh -o StrictHostKeyChecking=no root@lima-lustre exit