i have spent lot of time to solve but still my ssh is running
wahyono17@komputer2:~$ ps -e |grep [s]sh-agent
2311 ? 00:00:00 ssh-agent
2343 ? 00:00:00 ssh-agent
but when i add ssh there is error
wahyono17@komputer2:~$ sudo ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent.
when i try next step there is error
wahyono17@komputer2:~$ sudo ssh-add -L
Could not open a connection to your authentication agent
i try to direct to check to github connection but there is error
wahyono17@komputer2:~$ sudo ssh -T git@github.com
Permission denied (publickey)
public already in github, i have save public key into github, but still there is error
thank for help