mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Added CCP deployment scripts
This commit is contained in:
5
vagrant-scripts/ssh-keygen.sh
Executable file
5
vagrant-scripts/ssh-keygen.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p ssh
|
||||
if ! [ -f ssh/id_rsa ] ; then
|
||||
ssh-keygen -N '' -t rsa -f ssh/id_rsa && cp ssh/id_rsa.pub ssh/authorized_keys
|
||||
fi
|
||||
Reference in New Issue
Block a user