Lines Matching full:ssh
40 # Set up a key so we can ssh into the VM
41 ssh-keygen -N "" -f "$HOME/.ssh/id_rsa"
65 # - Force a relabel to fix labels on ssh keys
70 --append-line '/etc/ssh/sshd_config:PermitRootLogin yes' \
71 --append-line '/etc/ssh/sshd_config:PubkeyAuthentication yes' \
72 --mkdir /root/.ssh \
73 --upload "$HOME/.ssh/id_rsa.pub:/root/.ssh/authorized_keys" \
74 --chmod '0600:/root/.ssh/authorized_keys' \
75 --run-command 'chown root:root /root/.ssh/authorized_keys' \
82 # It should be ready to go for ssh, once ssh starts.
92 …e tricky part, we have to figure out when the VM comes up AND we need the ip address for ssh. So we
122 # Great we have a host running, ssh into it. We specify -o so
128 ssh -tt -o StrictHostKeyChecking=no -o LogLevel=QUIET "root@$ipaddy" "SELINUX_DIR=/root/$project_di…