gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] sftp on port 991


From: Jan Hudec
Subject: Re: [Gnu-arch-users] sftp on port 991
Date: Wed, 24 Sep 2003 07:51:38 +0200
User-agent: Mutt/1.5.4i

On Tue, Sep 23, 2003 at 17:35:53 +0200, Olivier Audry wrote:
> hi
> 
> can you explain to me how can i do use sftp on other port 
> i'have try sftp://foo.bar.com:991/my/path it seems to doesn't.
> 
> If you have any sugestion you are welcome

There is the .ssh/config file. You can say something like:
  host foo
  hostname foo.bar.com
  port 991
in that file and then use: sftp://foo/my/path

(you can also add user option and other stuff (see man page) to
.ssh/config file -- it saves a lot of typing ;-) ).

-------------------------------------------------------------------------------
                                                 Jan 'Bulb' Hudec 
<address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]