Skip to content

Commit

Permalink
Remove bad config ssh_config for cloud images
Browse files Browse the repository at this point in the history
Change-Id: I1dcda31d41615b8a4a5ba3b004ebff2ce60b7772
Reviewed-on: http://photon-jenkins.eng.vmware.com/846
Reviewed-by: suezzelur <[email protected]>
Tested-by: suezzelur <[email protected]>
  • Loading branch information
suezzelur committed May 9, 2016
1 parent c505adf commit 03412ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion support/cloud-image-builder/ami/ami-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ echo "Host *" >> /etc/ssh/ssh_config
echo "Protocol 2" >> /etc/ssh/ssh_config
echo "ForwardAgent no" >> /etc/ssh/ssh_config
echo "ForwardX11 no" >> /etc/ssh/ssh_config
echo "X11Forwarding no" >> /etc/ssh/ssh_config
echo "HostbasedAuthentication no" >> /etc/ssh/ssh_config
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
echo "Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc" >> /etc/ssh/ssh_config
Expand Down
1 change: 0 additions & 1 deletion support/cloud-image-builder/azure/azure-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ echo "Host *" >> /etc/ssh/ssh_config
echo "Protocol 2" >> /etc/ssh/ssh_config
echo "ForwardAgent no" >> /etc/ssh/ssh_config
echo "ForwardX11 no" >> /etc/ssh/ssh_config
echo "X11Forwarding no" >> /etc/ssh/ssh_config
echo "HostbasedAuthentication no" >> /etc/ssh/ssh_config
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
echo "Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc" >> /etc/ssh/ssh_config
Expand Down
1 change: 0 additions & 1 deletion support/cloud-image-builder/gce/gce-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ echo "Host *" >> /etc/ssh/ssh_config
echo "Protocol 2" >> /etc/ssh/ssh_config
echo "ForwardAgent no" >> /etc/ssh/ssh_config
echo "ForwardX11 no" >> /etc/ssh/ssh_config
echo "X11Forwarding no" >> /etc/ssh/ssh_config
echo "HostbasedAuthentication no" >> /etc/ssh/ssh_config
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
echo "Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc" >> /etc/ssh/ssh_config
Expand Down

0 comments on commit 03412ee

Please sign in to comment.