Skip to content

Commit

Permalink
Correct permissions on fake-cluster ssh key (docs).
Browse files Browse the repository at this point in the history
  • Loading branch information
pansapiens committed Feb 25, 2020
1 parent 2d274df commit 90e7364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/fake-cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ubuntu:18.04
# Start like:
# docker run -p 2222:22 -v /tmp/laxy:/scratch/laxy fake-cluster:latest
# Then:
# chmod 600 docker/fake-cluster/id_rsa
# ssh -o StrictHostKeyChecking=no -o StrictHostKeyChecking=no \
# -i docker/fake-cluster/id_rsa -p 2222 root@localhost
# sbatch --wrap="echo bla && sleep 10 && echo foo"
Expand Down

0 comments on commit 90e7364

Please sign in to comment.