I have many music lists and local files which is playing in my Fedora, Ubuntu, ArchLinux, Solaris, FreeBSD.
How can I send the playback audio to my Android so that I can hear using my headphone from my smartphone? Where my laptop is actually playing the audio because in Android I can not play the music how Iwanted.
How can it be done?
Follow up:
A) Ubuntu Desktop where my music are playing I do:
$ sudo apt-get install openssh-server
[sudo] password for sun:
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssh-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
$ vim /etc/ssh/sshd_config
+ AllowUsers ssh-client
:wq
$ sudo useradd ssh-client
$ sudo passwd ssh-client
Enter new UNIX password: 1234
Retype new UNIX password: 1234
passwd: password updated successfully
$ su - ssh-client
Password: 1234
No directory, logging in with HOME=/
$ sudo echo helloworld
[sudo] password for ssh-client: 1234
ssh-client is not in the sudoers file. This incident will be reported.