Hi,
dhtest is a tool to generate DHCP packets and send it to a DHCP server.
Continue reading DHCP: dhtest a tool to send customized packets to a DHCP Server
Hi,
dhtest is a tool to generate DHCP packets and send it to a DHCP server.
Continue reading DHCP: dhtest a tool to send customized packets to a DHCP Server
Hi,
to generate sshd host keys, for example in case of cloning a virtual linux instance, do the following steps:
Checkout the key file names
root@debdevt:~# grep HostKey /etc/ssh/sshd_config
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
Continue reading Linux: Regenerate sshd host keys