Jump to content

iojymbo

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by iojymbo

  1. For security reason, SSH isn't enabled by default. If you want to run this:
    # systemctl start ssh.service

    If you want to enable ssh at startup:
    # systemctl enable ssh.service

    If your want to enable "root" login:
    # sed -i 's/PermitRootLogin without-password/#PermitRootLogin without-password/' /etc/ssh/sshd_config
    # systemctl restart ssh.service

  2. Hi Hak5 members,

    I'm a security enthusiast focused to help people and companies against threads, so I'm probably what you call a "white hat". I'm here for learning and sharing my little knowledge about ethical hacking with others.

    Favourite OS: Kali (big up to g0tmi1k, R. Hertzog and S. Brun for their amazing work),
    Nationality: Citizen of the World,
    Accent: Maybe loud,
    Race: Human (on the internet, nobody knows I'm a dog),
    Occupation: Security consultant / Red team pentester.

    See you later ! :)

     

×
×
  • Create New...