Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. FTP server not found?

FTP server not found?

Scheduled Pinned Locked Moved Solved Support
sftp
4 Posts 3 Posters 997 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    toxicdorito
    wrote on last edited by girish
    #1

    Everytime that we are trying to get in to FTP its not finding the server anyone know why

    If there is a way to fix this please message back

    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      @toxicdorito When you do telnet my.domain.com 222 from your PC does it connect? If not, it's most likely a firewall issue. Is the FTP service running under Services ? Can you try restarting it?

      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        The issue here was that the SFTP server re-uses the host keys. In this server, the host keys had a password and thus the SFTP server now starting up because it couldn't use the host keys.

        To fix, re-generate the keys:

        # mv ssh_host_rsa_key* /root # in case you want to keep these for some reason
        # ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
        Generating public/private rsa key pair.
        Enter passphrase (empty for no passphrase): 
        Enter same passphrase again: 
        Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
        Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
        
        (don't provide a passphrase!)
        
        1 Reply Last reply
        0
        • W Offline
          W Offline
          waikey
          wrote on last edited by
          #4

          @girish said in FTP server not found?:

          n case you want to keep these for some reason

          ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key

          Generating public/private rsa key pair.
          Enter passphrase (empty for no passphrase):
          Enter same passphrase again:

          got the same problem. and thanks for your reply!

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Bookmarks
          • Search