RSSAmplifier

Michael Malura · Mar 22, 2018

SSH Tunnel erstellen

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

#ssh -f user@remotehost -L localport:127.0.0.1:remoteport -N $ ssh -f root@database -L 3307:127.0.0.1:3306 -N Jetzt kann man sich über den Tunnel mit einer entfernten MySQL-Datenbank verbinden.

Read on malura.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.