> AFAIK ssh does not allow to pass environment variables to remote hosts?
So I guess
> it is better to pass all arguments on the command line?

Yes and no.  While ssh doesn't pass the local environment to the remote
system, you can include the env var assignments as part of the ssh command
line, just as you would when executing such a command locally.  Indeed,
that's what this patch does.
_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to