CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/30 12:58:37
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh.1 ssh.c ssh_config.5
Log message:
Add RemoteCommand option to specify a command in the ssh config
file instead of giving it on the client's command line. This command
will be executed on the remote host. The feature allows to automate
tasks using ssh config.
OK markus@
