Apologies if I'm missing something obvious, but rtop doesn't seem to be using my ssh agent.
MacOS 10.11.6
go1.7.5 darwin/amd64
$ ssh-add -l
2048 SHA256:blah /Users/blah/.ssh/id_rsa (RSA)
$ ssh server date
Sat 11 Feb 03:23:45 GMT 2017
$ bin/rtop server
Enter passphrase for key '/Users/blah/.ssh/id_rsa':
any ideas, please?
thanks much…