ssh under tmux always asks for password
Open a new terminal window and run the following commands:
$ tmux new -s temp
$ ssh-agent
$ ssh-add
That seems to have fixed the issue for me; new tmux sessions now no longer ask me for my ssh key passphrase.