Port forwarding
# Implicit for ssh-L localhost:2000:localhost:3306 ... # ssh -L 2000:localhost:3306 HostB # Mysql DB Server
# Originating host # $ telnet localhost:2000 Trying ::1... Connected to localhost. Escape character is '^]'. DHost '127.0.0.1' is not allowed to connect to this MariaDB server
No. 7
ssh port forwarding
Q: |
In this exercise we pretend you can access a host A by ssh but all other protocols shall be disables
|