readded key file to import if key pair is not already available (however in AWS academy vockey should be existing in any case)
This commit is contained in:
		@@ -27,7 +27,7 @@ ubuntu_image_name = 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-2021
 | 
				
			|||||||
keypair_name = "vockey"
 | 
					keypair_name = "vockey"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# keypair_name = 'srieger-pub'
 | 
					# keypair_name = 'srieger-pub'
 | 
				
			||||||
# pub_key_file = home + '/.ssh/id_rsa.pub'
 | 
					pub_key_file = home + '/.ssh/id_rsa.pub'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# id_rsa.pub should look like this (standard sshd pubkey format):
 | 
					# id_rsa.pub should look like this (standard sshd pubkey format):
 | 
				
			||||||
# ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAw+J...F3w2mleybgT1w== user@HOSTNAME
 | 
					# ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAw+J...F3w2mleybgT1w== user@HOSTNAME
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -35,7 +35,7 @@ ubuntu_image_name = 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-2021
 | 
				
			|||||||
keypair_name = "vockey"
 | 
					keypair_name = "vockey"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# keypair_name = 'srieger-pub'
 | 
					# keypair_name = 'srieger-pub'
 | 
				
			||||||
# pub_key_file = home + '/.ssh/id_rsa.pub'
 | 
					pub_key_file = home + '/.ssh/id_rsa.pub'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# id_rsa.pub should look like this (standard sshd pubkey format):
 | 
					# id_rsa.pub should look like this (standard sshd pubkey format):
 | 
				
			||||||
# ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAw+J...F3w2mleybgT1w== user@HOSTNAME
 | 
					# ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAw+J...F3w2mleybgT1w== user@HOSTNAME
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user