Sshfs uses ssh to start a file server program (generally called sftp) on the
remote server.
Under sshv2 this is described as an external subsystem, i.e. a specific message
is sent
to the server to start the file server subsystem.
Under sshv1 which is what the plan9 ssh server supports, the clie
On Wed, Apr 16, 2008 at 10:12 PM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote:
> On Apr 15, 2008, at 11:30 PM, Bruce Ellis wrote:
>
> > On Wed, Apr 16, 2008 at 12:29 PM, Russ Cox <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > > Using MacFUSE + sshfs, I have:
> > > > -bash$ sshfs ar.aichi-u.ac.jp: /n
On Apr 15, 2008, at 11:30 PM, Bruce Ellis wrote:
On Wed, Apr 16, 2008 at 12:29 PM, Russ Cox <[EMAIL PROTECTED]> wrote:
Using MacFUSE + sshfs, I have:
-bash$ sshfs ar.aichi-u.ac.jp: /n/ar
remote host has disconnected
-bash$
Then /sys/log/ssh says:
ar Apr 16 07:53:15 [359853]
On Wed, Apr 16, 2008 at 12:29 PM, Russ Cox <[EMAIL PROTECTED]> wrote:
> > Using MacFUSE + sshfs, I have:
> > -bash$ sshfs ar.aichi-u.ac.jp: /n/ar
> > remote host has disconnected
> > -bash$
> > Then /sys/log/ssh says:
> > ar Apr 16 07:53:15 [359853] connect from 124.241.154.
> Using MacFUSE + sshfs, I have:
> -bash$ sshfs ar.aichi-u.ac.jp: /n/ar
> remote host has disconnected
> -bash$
> Then /sys/log/ssh says:
> ar Apr 16 07:53:15 [359853] connect from 124.241.154.73!53142
> /bin/aux/sshserve: reading server version: unexpected EOF
I don'
On Tue, 2008-04-15 at 19:17 -0400, erik quanstrom wrote:
> > Because it screws up conversation order.
>
> that depends if you think a conversation is a stack or a heap.
And even if it is a stack -- which way it grows.
Thanks,
Roman.
> Because it screws up conversation order.
that depends if you think a conversation is a stack or a heap.
- erik
Thanks Pietro,
I am glad if someone can help me.
Using MacFUSE + sshfs, I have:
-bash$ sshfs ar.aichi-u.ac.jp: /n/ar
remote host has disconnected
-bash$
Then /sys/log/ssh says:
ar Apr 16 07:53:15 [359853] connect from 124.241.154.73!53142
/bin/aux/sshserve:
eric quanstrom <[EMAIL PROTECTED]> wrote:
>
> please explain why bottom posting is better.
>
> - erik
>
> p.s. ☺
Because it screws up conversation order.
>Why is top-posting bad?
>>Top-posting.
>>>What is the most annoying thing on Usenet?
>> Yup. usage() is calling itself with no termination condition - and
>> what's more, it is tail recursing. It should be
>>
>> void
>> usage(void)
>> {
>> fprint(2, "usage: sshserve [-A authlist] [-c cipherlist]
>> client-ip-
>> address\n");
>> exits("u
On Apr 15, 2008, at 6:34 PM, [EMAIL PROTECTED] wrote:
Yup. usage() is calling itself with no termination condition - and
what's more, it is tail recursing. It should be
void
usage(void)
{
fprint(2, "usage: sshserve [-A authlist] [-c cipherlist]
client-ip
> Yup. usage() is calling itself with no termination condition - and
> what's more, it is tail recursing. It should be
>
> void
> usage(void)
> {
> fprint(2, "usage: sshserve [-A authlist] [-c cipherlist]
> client-ip-
> address\n");
> exits("usage"
Yup. usage() is calling itself with no termination condition - and
what's more, it is tail recursing. It should be
void
usage(void)
{
fprint(2, "usage: sshserve [-A authlist] [-c cipherlist] client-ip-
address\n");
exits("usage");
}
to keep w
13 matches
Mail list logo