Connect to server using ssh with -L flag?

Not exactly the same, here is an example for you:

Host Server
  LocalForward 0.0.0.0:100 localhost:601

Since port 100 is a privileged port, you HAVE TO set bind address to 0.0.0.0, please read this post for more details about privileged port: