On 11/1/05, Robert Hajime Lanning <[EMAIL PROTECTED]> wrote: > On 10/31/05, drobinson <[EMAIL PROTECTED]> wrote: > > Regarding SFTP client/server setup: > > > > -Can you fix the layer 4 port number to 21 on the server/client side in > > order to > > avoid port transient net devices dropping port 22 > > You can move your SSH service to port 21, but this means that all > clients will need to > specifiy to connect to port 21. Port 21 is allocated for FTP, not SSH. > Clients would have to "sftp -p 21 ...", instead of just "sftp ...".
Isn't the syntax for this "sftp -oPort=21" ... is there any logic to ssh using "-p XX" while scp uses "-P XX" while sftp uses "-oPort=XX"? John
