- or download this
/usr/bin/ssh hostname "echo test\$ing | /usr/bin/passwd --stdin bob"
- or download this
/.../bin/sh -c '/usr/bin/ssh hostname "echo test\$ing | /usr/bin/passw
+d --stdin bob"'
- or download this
/usr/bin/ssh hostname "echo test\$ing | /usr/bin/passwd --stdin bob"
- or download this
echo test$ing | /usr/bin/passwd --stdin bob
- or download this
$ echo 'test\$ing'
test\$ing
$ echo "test\$ing"
test$ing
- or download this
my $set_password = '/usr/bin/ssh ' . $master_host . " \"echo \Q$new_
+password\E | /usr/bin/passwd --stdin \Q$username\E\"";
- or download this
my $set_password = '/usr/bin/ssh ' . $master_host . " 'echo \Q$new_p
+assword\E | /usr/bin/passwd --stdin \Q$username\E'";