sudo tee /etc/systemd/system/ollama-tunnel.service << 'EOF' [Unit] Description=SSH Tunnel to Windows PC Ollama After=network-online.target Wants=network-online.target [Service] Type=simple User=oplabs ExecStart=/usr/bin/ssh -o ConnectTimeout=5 -o ServerAliveInterval=30 -o ServerAliveCountMax=3 -o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -N -L 11434:127.0.0.1:11434 gamingpc ExecStop=/usr/bin/kill $MAINPID Restart=always RestartSec=10 StartLimitIntervalSec=60 StartLimitBurst=5 [Install] WantedBy=multi-user.target EOF sudo systemctl daemon-reload sudo systemctl enable ollama-tunnel.service sudo systemctl start ollama-tunnel.service
Deleting the wiki page "Ollama Vision Tunnel" cannot be undone. Continue?