#!/bin/bash
PORT=9002
echo "Zugriff: http://localhost:$PORT"
ssh -p 3335 odoo-prod@5.9.67.35 -L $PORT:localhost:8070