This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

astaro claimed that SFTP DOESN'T WORK! WHY?

I wrote tu sales@astaro.com about sftp and this is their reply:

Dear Marco,

We are pleased to reply to your questions as follows:

1) knowing whether SFTP is supported is very important for me and, if not he was, if installing it is possible.

->SFTP No, but you can scp (secure copy)

---end----

Why sftp is not supported in your opinion?? It is very strange and is a big limitation in my opinion.


This thread was automatically locked due to age.
Parents
  • of course sftp is supported! i think what they wanted to tell you is, that sftp is not running on the box and for getting files from the astaro box you need to work with scp. sftp over the the firewall of course works.

    Cheers,
    Andy.
Reply
  • of course sftp is supported! i think what they wanted to tell you is, that sftp is not running on the box and for getting files from the astaro box you need to work with scp. sftp over the the firewall of course works.

    Cheers,
    Andy.
Children
  • hy folks,

    I´m not a astaro member, but maybe i have an idea why sftp is not supported by astaro. As you may know, sftp and scp are parts of the SSH-environment. Nevertheless you should know, that SSH is originary a protokol and not the software-bundle itself (although the developers called the basic binary 'ssh'). There exists two versions of the SSH-protocol, which are incompatible to each other (called ssh1 and ssh2). It depends on the software-sources you use, if the binaries are able to use ssh1 or ssh2 and the way how you compile them (e.g. OpenSSH is able to use both but could be restricted to use only one). 
    I think, due to fact that ssh1 is widely spread around the world (much more then ssh2), astaro decided to compiled all ssh-binaries using ssh1 (I have to doublecheck that ...). Then you must know two other facts about scp and sftp. First, sftp has nothing in common with ftp, although the letters and the appearance of it let one think so. Instead it´s a more sophisticated version of scp! (you won´t find a sftp-daemon on any box because it´s not ftp!) Second, historically scp was released in ssh1. For ssh2 they decided to use a more flexible way of copiing files in a secure way. That´s the point sftp was developed. If you restrict your binaries to use ssh1, you can´t use sftp because of the incompatibilities of both protocols.
    If you go a little bit deeper into ssh (theres a good book from o´reilly), you would see, that even scp is nothing else then a special way of ssh ... 
      [;)] 

    to andy:
    There´s a simple reason, why sftp works through ASL. Both SSH-protocols are using port 22 by default. All connections to a remote host (ssh, scp and sftp) are handled by this port. You are able to tunnel all kind of sessions using ssh through this port (e.g. X-sessions). So it has nothing to do with 'supporting' ...     

    Greetings

    Arne