Results 1 to 1 of 1
Hi,
I would like to do the following: after logging in a remote server ("remote") from my computer ("aless"), I would like to open Nautilus in "aless" on the directory ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-03-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 47
open samba thru ssh tunnel
Hi,
I would like to do the following: after logging in a remote server ("remote") from my computer ("aless"), I would like to open Nautilus in "aless" on the directory of "remote in which I am.
But the followingCode:aless:~$ nautilus smb://remote/loginName/ #This one works aless:~$ ssh loginName@remote/path #This one works remote:~$ ssh aless@IPAddress ls #This one works remote:~$ ssh -X aless@IPAddress nautilus ./ #This one works, it opens /home/aless
does not work: it opens nautilus at /home/aless but I get the pop-up:Code:remote:~$ ssh -X aless@IPAddress nautilus smb://remote/loginName/
Any suggestion?ThanksPHP Code:Couldn't display "smb://remote/loginName/". Nautilus cannot handle smb: locations
Alex


Reply With Quote
