Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Possible to make a symbolic link over SSH?

  • 21-03-2007 2:36am
    #1
    Registered Users, Registered Users 2 Posts: 2,364 ✭✭✭


    Is it possible to make a symbolic link of a folder from a distant computer using ssh?

    If not, are there any other ways to make a seamless shortcut of a folder between two computers, without being asked for passwords on each access?


Comments

  • Moderators, Music Moderators Posts: 23,361 Mod ✭✭✭✭feylya


    I'm not sure about the link but what about setting up samba sharing and authenicating through smbpasswd?


  • Registered Users, Registered Users 2 Posts: 5,112 ✭✭✭Blowfish


    If you are running kde, right click on the desktop, select Create New->Link To Location.

    In the url box, put

    fish://

    followed by the server location. The first time you open the folder it will ask you for your username and password, just tell it to remember them and you wont need to enter them again.

    Konqueror and Midnight Commander are the only two browsers that support that protocol, which is a pity really as its the only protocol that i've found that doesn't actually need any servers running.


  • Registered Users, Registered Users 2 Posts: 2,364 ✭✭✭Mr. Flibble


    Not using kde unfortunately. I'll try the samba way. Cheers


  • Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭oscarBravo




  • Registered Users, Registered Users 2 Posts: 1,419 ✭✭✭nadir


    have you considered using nfs? symlinks will work over that no problem.
    I use it on my wireless network at home, for streaming videos , and files and stuff.
    way to go tbh.


  • Advertisement
  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    NFS no way on a public network! In fact I have banished NFS entirely at home locally.

    SSHFS might be what you need, if you set up public/private keys.


  • Registered Users, Registered Users 2 Posts: 3,312 ✭✭✭mr_angry


    What filesystems are involved? You could just try mounting it on the command line using 'mount //remoteshare /localdir'


  • Registered Users, Registered Users 2 Posts: 2,364 ✭✭✭Mr. Flibble


    mr_angry wrote:
    What filesystems are involved? You could just try mounting it on the command line using 'mount //remoteshare /localdir'

    I'm trying to put a shortcut to a folder on an osx machine on a computer running Ubuntu, over the internet. Unix is new to me so try to keep instructions simple.


  • Registered Users, Registered Users 2 Posts: 2,364 ✭✭✭Mr. Flibble


    Got sshfs working!! Thanks for the info.


Advertisement