ssh login with public key still asks for password The 2019 Stack Overflow Developer Survey...
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
What do hard-Brexiteers want with respect to the Irish border?
Who coined the term "madman theory"?
I see my dog run
Building a conditional check constraint
Deal with toxic manager when you can't quit
Loose spokes after only a few rides
How to save as into a customized destination on macOS?
Is there a symbol for a right arrow with a square in the middle?
Where to refill my bottle in India?
Can we generate random numbers using irrational numbers like π and e?
Have you ever entered Singapore using a different passport or name?
How to support a colleague who finds meetings extremely tiring?
What is the closest word meaning "respect for time / mindful"
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Why can Shazam fly?
Right tool to dig six foot holes?
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Is there any way to tell whether the shot is going to hit you or not?
Do these rules for Critical Successes and Critical Failures seem Fair?
Return to UK after being refused entry years previously
Why do UK politicians seemingly ignore opinion polls on Brexit?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
ssh login with public key still asks for password
The 2019 Stack Overflow Developer Survey Results Are InPaswordless Rsync Over SSH Without Key Authentication [Un-Safe]SSH Public Key - No supported authentication methods available (server sent public key)How can I configure a second SSH key + user for a single server?Home directory permissions preventing ssh key authentication on Ubuntu Server 14.10Can't Use SSH Keys Unless Running SSH With SudoHost key fingerprint at SSH login differs from the one at key generationPublic key authentication Permission denied (publickey)Having two types of authentication methodsUbuntu client cannot connect to ubuntu server since update but windows client canSSH Invalid key length on embedded device
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've searched through all topics I could find on this but can't get it to work. I've used keygen to create the keys, copy-id to send to server and changed all the permissions on server per other posts. Here is a part of the debug log:
debug1: Offering public key: RSA SHA25******* /home/mike/.ssh/id_rsa
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
wondering about the line "we did not send a packet, disable method?
I can log in with password after that.
server ssh
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've searched through all topics I could find on this but can't get it to work. I've used keygen to create the keys, copy-id to send to server and changed all the permissions on server per other posts. Here is a part of the debug log:
debug1: Offering public key: RSA SHA25******* /home/mike/.ssh/id_rsa
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
wondering about the line "we did not send a packet, disable method?
I can log in with password after that.
server ssh
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've searched through all topics I could find on this but can't get it to work. I've used keygen to create the keys, copy-id to send to server and changed all the permissions on server per other posts. Here is a part of the debug log:
debug1: Offering public key: RSA SHA25******* /home/mike/.ssh/id_rsa
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
wondering about the line "we did not send a packet, disable method?
I can log in with password after that.
server ssh
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I've searched through all topics I could find on this but can't get it to work. I've used keygen to create the keys, copy-id to send to server and changed all the permissions on server per other posts. Here is a part of the debug log:
debug1: Offering public key: RSA SHA25******* /home/mike/.ssh/id_rsa
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
wondering about the line "we did not send a packet, disable method?
I can log in with password after that.
server ssh
server ssh
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 mins ago
Mike77Mike77
1
1
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Mike77 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Mike77 is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1132853%2fssh-login-with-public-key-still-asks-for-password%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Mike77 is a new contributor. Be nice, and check out our Code of Conduct.
Mike77 is a new contributor. Be nice, and check out our Code of Conduct.
Mike77 is a new contributor. Be nice, and check out our Code of Conduct.
Mike77 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1132853%2fssh-login-with-public-key-still-asks-for-password%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