ln accross ssh



Why does "ln" not work with ssh ?
ln -s works across mounted file systems.

If an ln -s worked with ssh then I could just do

ln -s ssl://source_host@host_dir my_mount_point
or ln -ssh source_host@host_dir my_mount_point


and then any other command, i.e.,
cd would be able to go ahead and interpret this as a request for ssh session
. The reponsibility of further commands lies with the new session. Being
able to scp from that directory is equivalent to having read permissions to
it .
....
sure many people would have thougth about this.. just wondering why its not
there yet?
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: SSH via Expect disconnects
    ... using autoexpect was the answer (please refer to thread ... >> I have received one suggestion that I explore the idea of using keys ... >> have poured through the manpage for Expect as well as SSH, ... >>> I am using an expect script to initiate an SSH session to another host ...
    (comp.lang.tcl)
  • Re: Initiate SSH session from other side?
    ... so that I can use an SSH session from outside the network into the ... IP-address and port number? ...
    (comp.security.ssh)
  • Re: ln accross ssh
    ... ln -s works across mounted file systems. ... If an ln -s worked with ssh then I could just do ... and then any other command, i.e., ... cd would be able to go ahead and interpret this as a request for ssh session ...
    (freebsd-arch)
  • Re: opensshd hangs on tcp disconnect
    ... > from the program running in my ssh session. ... first so shell does not kill it on exit). ... sshd does not stop your program. ...
    (comp.security.ssh)
  • Re: best way to remotely display a java GUI
    ... over ssh is that you may have to resort to a file sharing operation. ... > the GUI back to a client. ... I've been doing this via an ssh session. ... > directly from the host machine, no lags or performance problems. ...
    (comp.lang.java)