You are not logged in.
well, easy description: when connecting to my ssh server in bash, i am not prompted for a password (which is stored in ssh-agent via keychain)
when i do the same in zsh, it does not work.
carnager@caprica ~ > mosh 53280.de
Enter passphrase for key '/home/carnager/.ssh/id_rsa':
zsh: interrupt mosh 53280.de
carnager@caprica ~ > bash -l
[carnager@caprica ~]$ mosh 53280.de
[mosh is exiting.]
[carnager@caprica ~]$
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Is it just a mosh thing? I have no issues using Zsh.
Offline
Is it just a mosh thing? I have no issues using Zsh.
no... happens with anything that needs ssh
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Have you been able to solve this issue? I'm facing the same.
I have the following in my ~/.zprofile
eval $(ssh-agent)
But everytime I want to connect to my homeserver via mosh/ssh I'm asked for the ssh key passphrase.
Offline