[Cialug] Evil command line trick

Tom Pohl tom at tcpconsulting.com
Mon Jun 7 14:55:48 CDT 2010


I recall hearing that the new ssh has a new netcat mode that would let you accomplish this sort of feat without an intermediate file

-Tom

On Jun 7, 2010, at 9:29 AM, Matthew Nuzum wrote:

> Output sound from your microphone through a remote computer's speakers:
> http://www.commandlinefu.com/commands/view/4888/output-your-microphone-to-a-remote-computers-speaker
> 
>     $ arecord -f dat | ssh -C user at host aplay -f dat
> 
> Alternate suggestion:
> 
>     $ dd if=/dev/dsp | ssh -c arcfour -C username at host dd of=/dev/dsp
> 
> So is reversing this (getting the remote microphone's sound to your own speakers) the same technique?
> 
> -- 
> Matthew Nuzum
> newz2000 on freenode, skype, linkedin, identi.ca and twitter
> 
> "Do not seek to follow in the footsteps of the wise. Seek what they sought." –Matsuo Bashō
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cialug.org/pipermail/cialug/attachments/20100607/2b960555/attachment.htm 


More information about the Cialug mailing list