bugGNU arch -- a revision control system - Bugs: bug #7462, tla doesn't accept non default...

 
 

bug #7462: tla doesn't accept non default sftp ports

Submitter:  None
Submitted:  Tue 27 Jan 2004 03:32:46 AM UTC
   
 
Category:  tla Severity:  3 - Normal
Item Group:  bug Status:  None
Privacy:  Public Open/Closed:  Open
Release:  1.2pre1
Fixed Release: 
Merge Request?:  None
Your Archive Name: 
Your Archive Location: 
Assigned to:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 15 May 2006 06:59:05 AM UTC, comment #1: 

The ":" in the SFTP server name is interpreted as a separator to enter a particular directory.

To use a different port, add the lines:

   Host my.special.host.com
       Port 12345"

either to /etc/ssh/ssh_config or to ~/.ssh/config.

Anonymous
Tue 27 Jan 2004 03:32:46 AM UTC, original submission:  

According to a code tla should be able to support non standard ports for sftp:

(17:54:06) bartt: Is it possible to tell tla to use a different port when using sftp to connect to an archive?
(17:54:42) bartt: Command line sftp accepts -oPort=xxxx
(17:55:04) walters:     /* [user@]hostname[:port]/path
(17:55:13) walters: disregard the leading /*
(17:55:29) walters: (i grabbed that from libarch/pfs-sftp.c)

In practice this alays fails with error:

ssh hostname:port: Name or service not known error.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code