Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added two sentences about the keyname in the README #516

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mattgiguere
Copy link

I got hung up on this part for a good 20 minutes when setting things up, and thought I would suggest two sentences in case it makes the setup easier for others.

In my first attempt I used

[key mykey]
key_location = ~/.ssh/myAwsKey.rsa

[cluster smallcluster]
keyname = mykey

I thought that keyname just pointed to the [key $keyname] section, and wasn't actually used when connecting to AWS.

I then changed my config file to

[key myAwskey]
key_location = ~/.ssh/myAwsKey.rsa

[cluster smallcluster]
keyname = myAwskey

and everything worked.

I got hung up on this part for a good 20 minutes when setting things up, and thought I would suggest two sentences in case it makes the setup easier for others. 

In my first attempt I used 

[key mykey]
key_location = ~/.ssh/myAwsKey.rsa

[cluster smallcluster]
keyname = mykey

I thought that `keyname` just pointed to the [key $keyname] section, and wasn't actually used when connecting to AWS. 

I then changed my config file to

[key myAwskey]
key_location = ~/.ssh/myAwsKey.rsa

[cluster smallcluster]
keyname = myAwskey

and everything worked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant