stealthycoder
New Member
Hello, I'm getting an issue, I'm trying to setup a reverse ssh tunnel in a systemd service,tho when launching it i get an ssh 255 Excep and Host key verif failed. However when running the command in my terminal it works normally. Here is a bit of info: My ssh command
and my logs
All help appreciated, thanks
/usr/bin/ssh -vvv -N -R 2222:localhost:22 [email protected] -p 1111
and my service file [Unit]
Description=SSH TUNNEL
After=network.target
[Service]
ExecStart=/usr/bin/ssh -vvv -N -R 2222:localhost:22 [email protected] -p 1111
[Install]
WantedBy=multi-user.target
and my logs
All help appreciated, thanks