I got the reverse proxy running on EC2. When you said to switch users to connect “Bill and Ted” I use some existing users I have with
su ted
but when I attempt
tmux -S /var/tmux/pair
I get a
failed to connect to server
Any thoughts?
I got the reverse proxy running on EC2. When you said to switch users to connect “Bill and Ted” I use some existing users I have with
su ted
but when I attempt
tmux -S /var/tmux/pair
I get a
failed to connect to server
Any thoughts?
I figured out that the other user needed a key too.
ssh-keygen
from the ted users root did the trick.