I do most of my work over ssh on a remote linux server where I also keep most of my files. I'd like to be able to hear any sounds that normally would be on the PC speaker. Is there a way to have sound be sent through my ssh session along with the terminal display?

link|improve this question
1  
I would suggest PulseAudio, if it weren't such a bandwidth hog. – grawity Jan 17 at 12:39
@grawity: Just in case: askubuntu.com/questions/2145/how-can-i-use-pulseaudio-over-ssh – Piskvor Jan 17 at 13:30
feedback

migrated from serverfault.com Jan 17 at 11:29

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

You can use pulseaudio for streaming audio.

But i would suggest mounting remote filesystem on a local folder using sshfs and playing files from there.

mkdir mountfolder
sshfs username@remotehost:/ mountfolder
link|improve this answer
thanks for this, it's something I've been wanting to do but too lazy to look up. – Rob Jan 17 at 17:09
Is there a way to put the system audio though using pulseaudio? I really just want to be able to hear the server beep when I'm highlighted in irssi. – devnill Jan 23 at 14:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.