Score:0

Why am I not getting prompt for passphrase on other computer in ssh? Only getting password prompt without passphrase

eg flag

root@Harshit:~# ssh root@my-ip

root@my-ip's password:

user535733 avatar
cn flag
A *passphrase* is typically used to decrypt a system, usually at boot. In order to use ssh, the system must already be booted and decrypted. Perhaps you mean some kind of password that does not involve decryption?
Score:0
cn flag
root@Harshit:~# ssh root@my-ip

You are logging in with ssh on the server my-ip as the user root. Thus, the server knows the user, and accordingly only asks the password next:

root@my-ip's password:

That is for the "why". There is no need to ask for the user again.

Remove the part root@ from the first command to have the server ask you both username and password.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.