Skip to content

Commit

Permalink
move ssh config to ssh_config.d/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed May 1, 2024
1 parent 158d298 commit 751d9d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,11 +671,10 @@ Resources:
unzip -q -d /tmp /tmp/awscliv2.zip && rm -f /tmp/awscliv2.zip && /tmp/aws/install && rm -rf /tmp/aws

# Disable the "do you trust this SSH host" messages
cat << EOF >> /home/lab-user/.ssh/config
cat << EOF >> /etc/ssh/ssh_config.d/01-disco-workshop.conf
Host *
StrictHostKeyChecking false
EOF
chown -v lab-user:lab-user /home/lab-user/.ssh/config

# Setup VNC
yum -y install "@GNOME" firefox tigervnc-server
Expand Down

0 comments on commit 751d9d0

Please sign in to comment.