Results 1 to 8 of 8

Thread: FTP and SSH problem

  1. #1
    Join Date
    2013-Jun
    Location
    earth
    Posts
    2

    FTP and SSH problem

    Hi All
    i am trying to connect using SSH or FTP to kali but always get coonection refuse
    any one can help
    Best Regards
    maxxaix

  2. #2
    Join Date
    2013-Apr
    Posts
    126
    To get an SSH access to your Kali machine you'll have to start the service first:

    Code:
    /etc/init.d/ssh start
    There is no FTP server installed on Kali by default, so you'll have to install one and configure it.

  3. #3
    Join Date
    2013-Mar
    Posts
    17
    There is no FTP server installed on Kali by default, so you'll have to install one and configure it.
    Or just use SFTP after you start ssh service.

  4. #4
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by maxxaix View Post
    Hi All
    i am trying to connect using SSH or FTP to kali but always get coonection refuse
    any one can help
    hi i.m not expert but if this can help you:
    https://vimeo.com/70766116
    bye

  5. #5
    Join Date
    2013-Jun
    Location
    earth
    Posts
    2
    Hi Root-boy
    i am down what you suggest and still not working
    i am not able to connect to kali machine using ssh
    Best Regards
    maxxaix

  6. Do you have any firewall preventing access to port 22? Are you on the same network or from an outside location? Connection refused error eludes to something like that. Also, make sure no other devices are sharing the same IP address as your Kali machine.,
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  7. #7
    Join Date
    2013-Jun
    Location
    Lanaken, Belgium
    Posts
    43
    When you run netstat -tulpn do you see that a service is listening on port 22?
    If so, can you connect to ssh localhost from your Kali system?

    As system_crash mentioned, i would advise to use sftp in stead of installing a FTP server.

  8. #8
    Join Date
    2013-Oct
    Location
    Skopje, Macedonia
    Posts
    16
    are you able to ping the machine?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •