Трафик наш хранить изволите?
Ну что ж...
#!/bin/bash
ssh root@example.com cat /dev/urandom > /dev/null &
cat /dev/urandom | ssh root@example.com "cat > /dev/null" &
Ну что ж...
#!/bin/bash
ssh root@example.com cat /dev/urandom > /dev/null &
cat /dev/urandom | ssh root@example.com "cat > /dev/null" &