systemctl --user enable ssh-agent
systemctl --user start ssh-agent
echo 'export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"' >> ~/.bashrc
source ~/.bashrc
ssh-add
~/.config/systemd/user/ssh-tunnel@.service
systemctl --user start ssh-tunnel@localhost-test
systemctl --user enable ssh-tunnel@localhost-test
systemctl --user status -l ssh-tunnel@localhost-test