Results 1 to 2 of 2

Thread: What is the New way to generate SSH Keys in Kali Linux?

  1. #1

    What is the New way to generate SSH Keys in Kali Linux?

    I had a question about the `sshd-generate` command. I noticed this was an older command for Backtrack to generate public and private keys. I found this url

    http://blog.7-a.org/2013/04/kali-lin...-generate.html

    On how to create the new SSH private and public keys but I wanted to make sure it is the correct way of doing it. I don't want to mess anything up as I am learning.

    Thanks

  2. #2
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Yep, that's the way.

    It's basically just:

    Code:
    rm /etc/ssh/ssh_host_*
    dpkg-reconfigure openssh-server

Similar Threads

  1. Replies: 1
    Last Post: 2016-06-03, 14:29
  2. WPS pin generate
    By shaberu in forum General Archive
    Replies: 2
    Last Post: 2013-11-22, 14:36

Posting Permissions

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