Unable to establish an SSH tunnel using Redis Desktop Manager
I am trying to connect to an Elasticache Redis Server via an AWS Ubuntu instance and using an ssh tunnel. When I try to configure Redis Desktop Manager to connect via an ssh tunnel and provide credentials and .pem file, I have authentication issues. However, this same .pem file doesn't create issues when I try to connect via shell. Am I missing something here ? should I change the file permission (as for now it is 400).
This a screenshot on the errors shown on the RDM system log
ssh ssh-tunneling ssh-agent redis
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to connect to an Elasticache Redis Server via an AWS Ubuntu instance and using an ssh tunnel. When I try to configure Redis Desktop Manager to connect via an ssh tunnel and provide credentials and .pem file, I have authentication issues. However, this same .pem file doesn't create issues when I try to connect via shell. Am I missing something here ? should I change the file permission (as for now it is 400).
This a screenshot on the errors shown on the RDM system log
ssh ssh-tunneling ssh-agent redis
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to connect to an Elasticache Redis Server via an AWS Ubuntu instance and using an ssh tunnel. When I try to configure Redis Desktop Manager to connect via an ssh tunnel and provide credentials and .pem file, I have authentication issues. However, this same .pem file doesn't create issues when I try to connect via shell. Am I missing something here ? should I change the file permission (as for now it is 400).
This a screenshot on the errors shown on the RDM system log
ssh ssh-tunneling ssh-agent redis
I am trying to connect to an Elasticache Redis Server via an AWS Ubuntu instance and using an ssh tunnel. When I try to configure Redis Desktop Manager to connect via an ssh tunnel and provide credentials and .pem file, I have authentication issues. However, this same .pem file doesn't create issues when I try to connect via shell. Am I missing something here ? should I change the file permission (as for now it is 400).
This a screenshot on the errors shown on the RDM system log
ssh ssh-tunneling ssh-agent redis
ssh ssh-tunneling ssh-agent redis
asked Jan 22 '16 at 1:59
Addonis1990Addonis1990
12
12
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Are you sure you use the correct username ? AWS uses different usernames depending on Linux distro. AFAIK, they generally use 'ec2-user' except for Ubuntu installations where they use 'ubuntu'.
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
add a comment |
Are you sure you are using a private key in .pem format? For Windows users, the Redis Desktop Manager documentation states the following:
for Windows users:
Your private key is must be in .pem format.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f256912%2funable-to-establish-an-ssh-tunnel-using-redis-desktop-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Are you sure you use the correct username ? AWS uses different usernames depending on Linux distro. AFAIK, they generally use 'ec2-user' except for Ubuntu installations where they use 'ubuntu'.
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
add a comment |
Are you sure you use the correct username ? AWS uses different usernames depending on Linux distro. AFAIK, they generally use 'ec2-user' except for Ubuntu installations where they use 'ubuntu'.
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
add a comment |
Are you sure you use the correct username ? AWS uses different usernames depending on Linux distro. AFAIK, they generally use 'ec2-user' except for Ubuntu installations where they use 'ubuntu'.
Are you sure you use the correct username ? AWS uses different usernames depending on Linux distro. AFAIK, they generally use 'ec2-user' except for Ubuntu installations where they use 'ubuntu'.
answered Jan 27 '16 at 20:17
Olivier DaubyOlivier Dauby
1237
1237
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
add a comment |
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
Yes I am using a correct username. I have been already able to connect via shell
– Addonis1990
Jan 31 '16 at 21:08
add a comment |
Are you sure you are using a private key in .pem format? For Windows users, the Redis Desktop Manager documentation states the following:
for Windows users:
Your private key is must be in .pem format.
add a comment |
Are you sure you are using a private key in .pem format? For Windows users, the Redis Desktop Manager documentation states the following:
for Windows users:
Your private key is must be in .pem format.
add a comment |
Are you sure you are using a private key in .pem format? For Windows users, the Redis Desktop Manager documentation states the following:
for Windows users:
Your private key is must be in .pem format.
Are you sure you are using a private key in .pem format? For Windows users, the Redis Desktop Manager documentation states the following:
for Windows users:
Your private key is must be in .pem format.
answered May 10 '17 at 9:54
adriandev.meadriandev.me
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f256912%2funable-to-establish-an-ssh-tunnel-using-redis-desktop-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown