byobu cannot connect to ssh-agent socket well. actually I can make just one connection via ssh-agent but if I try to establish another ssh connection using the agent, it doesn't work. I've tried
setenv SSH_AUTH_SOCK `echo $SSH_AUTH_SOCK`
in ~/.byobu/profile
but it didn't work as well.