Digital Marketing

Example to run a remote command after login from ssh

vim ~/.ssh/config:

  RequestTTY force
  RemoteCommand dcv create-session s$RANDOM && bash

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database