open ( CRON, "ssh host crontab -l" ) || die $!; while ( ) { print $_; }