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

Unable to ssh into logger #880

Open
arunvl88 opened this issue Jan 25, 2023 · 2 comments
Open

Unable to ssh into logger #880

arunvl88 opened this issue Jan 25, 2023 · 2 comments

Comments

@arunvl88
Copy link

  • Deploying via : AWS

Description of the issue:

The main issue is I'm seeing this error on my splunk after running few tests:
The minimum free disk space (5000MB) reached for /opt/splunk/var/run/splunk/dispatch

###Sub issue
In order to fix this I need to SSH into my logger. I'm using the id_logger keys created during the deployment. When I login using this keypair to the logger, it is asking me for username and password. I did not set any password when creating this key pair. I tried few passwords like vagrant,changeme etc but not working.

Question

Please let me know how can I ssh into my logger using id_logger key pair.

@arunvl88
Copy link
Author

It appears AWS only supports private key in .PEM or .PPK format. The keys created in this project were using OpenSSH format: ssh-keygen -b 4096 -f ~/.ssh/id_logger

@zmackie
Copy link

zmackie commented Jan 26, 2023

It seems like this is a bug report along the lines of "AWS SSH keys in Improper format"?

You should still be able to access the machine on AWS using other means, right?

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

No branches or pull requests

2 participants