Automatically run commands on SSH login

Example:
Host g
  HostName goyun.info
  User goyun
  RequestTTY force
  RemoteCommand wsl bash -i

It will execute the RemoteCommand after ssh connection.

Comments