[mpich-discuss] ssh arguments
Reuti
reuti at staff.uni-marburg.de
Fri Jul 1 14:56:43 CDT 2011
Hi,
Am 01.07.2011 um 20:13 schrieb Frank Riley:
> How do I specify arguments to ssh? For example, I want hydra to do ssh as "ssh -q".
unless there is a command line option I'm not aware of, you could either use a wrapper for `ssh`, or add to your ~/.ssh/config:
Host *
LogLevel quiet
(see `man ssh_config`).
-- Reuti
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list