ssh-agent: not found
-
Hi
SSH agent is missing, dont know what to do. help pls!!!eval
ssh-agent -s
-ash: ssh-agent: not foundssh-keygen: not found also
-
AFAIK, the Omega uses dropbear ssh.
How to add public key for when you want omega to recognize the machine with which you log into it (and avoid typing in your credentials every time you ssh).
How to generate an ssh key on the omega:
mkdir ~/.ssh dropbearkey -t rsa -f ~/.ssh/id_rsa dropbearkey -y -f ~/.ssh/id_rsa | sed -n 2p > ~/.ssh/id_rsa.pub
... this is useful if you'd like to authorize the onion's access to a repository for instance (by sharing the .pub file).
<Note : I've only tested the above on the omega 2+.>
-
The above code doesn't work.
Any other suggestions?