Using bwana through ssh

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
merkur1al
Junior Member
Junior Member
Posts: 3
Joined: Thu Jan 10, 2013 5:37 am

Using bwana through ssh

Post by merkur1al »

Hi,

I love how readable Bwana renders pages so I would like to read man pages from a remote machine on my local browser.

I have direct access to all the remote man pages (through an AFP share) so I can open them locally without problems but when I do:

Code: Select all

ssh me@macbookpro "open 'man:some_command_with_man_page'"
nothing opens. I use this exact same method to open web pages from the remote machine on the local browser without issues.

Do you see any other way to do it?
Last edited by merkur1al on Thu Jan 10, 2013 9:46 am, edited 2 times in total.
User avatar
Conor
Top Dog
Posts: 5335
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Using bwana through ssh

Post by Conor »

Do you have Bwana installed on the remote machine?
merkur1al
Junior Member
Junior Member
Posts: 3
Joined: Thu Jan 10, 2013 5:37 am

Re: Using bwana through ssh

Post by merkur1al »

No, it's a linux machine.
User avatar
Conor
Top Dog
Posts: 5335
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Using bwana through ssh

Post by Conor »

The way that SSH command works is by running Bwana on the remote machine and showing you the output. Since there is no Bwana it does nothing. Bwana on your machine has no access to the file system on the remote machine to be able to build the manual page in HTML locally from the source that is remote. You would have to install something similar to Bwana on Linux and use that new protocol instead. The only one I know of is xman (an X window system) and man2html that you would need to call as a command to create the HTML page and then display that page.
merkur1al
Junior Member
Junior Member
Posts: 3
Joined: Thu Jan 10, 2013 5:37 am

Re: Using bwana through ssh

Post by merkur1al »

I will try to explain a little bit better my setup.

I use Bwana on a macbookpro, the one where I'm writing this right now. I have another linux machine where I have shared through appletalk all the man pages.

Just like that I can locally, i.e. on the macbook, open man pages which reside on the linux machine. I only want to make the call from the remote machine, but through ssh it does nothing, I guess it's because the way Bwana registers itself to manage man:, it is not triggered when opened through ssh.
Post Reply