Moduli

MODULI(5) - File Formats Manual

Sshd, Keygen, Moduli

MODULI(5) - File Formats Manual # MODULI(5) - File Formats Manual NAME # moduli - Diffie-Hellman moduli DESCRIPTION # The /etc/moduli file contains prime numbers and generators for use by sshd(8) in the Diffie-Hellman Group Exchange key exchange method. New moduli may be generated with ssh-keygen(1) using a two-step process. An initial candidate generation pass, using ssh-keygen -M generate, calculates numbers that are likely to be useful. A second primality testing pass, using ssh-keygen -M screen, provides a high degree of assurance that the numbers are prime and are safe for use in Diffie-Hellman operations by sshd(8). ...

SSH-KEYGEN(1) - General Commands Manual

Ssh, Agent, Add, Sshd, Moduli, Ssh-Keygen

SSH-KEYGEN(1) - General Commands Manual # SSH-KEYGEN(1) - General Commands Manual NAME # ssh-keygen - OpenSSH authentication key utility SYNOPSIS # ssh-keygen [-q] [-a rounds] [-b bits] [-C comment] [-f output_keyfile] [-m format] [-N new_passphrase] [-O option] [-t dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa] [-w provider] [-Z cipher] ssh-keygen -p [-a rounds] [-f keyfile] [-m format] [-N new_passphrase] [-P old_passphrase] [-Z cipher] ssh-keygen -i [-f input_keyfile] [-m key_format] ...

SSHD(8) - System Manager's Manual

Server, Sshd_config, Login.conf, Ssh, Chroot, Scp, Agent, Keygen, Add, Sftp, Keyscan, Moduli, Inetd, Sshd

SSHD(8) - System Manager’s Manual # SSHD(8) - System Manager’s Manual NAME # sshd - OpenSSH daemon SYNOPSIS # sshd [-46DdeGiqTtV] [-C connection_spec] [-c host_certificate_file] [-E log_file] [-f config_file] [-g login_grace_time] [-h host_key_file] [-o option] [-p port] [-u len] DESCRIPTION # sshd (OpenSSH Daemon) is the daemon program for ssh(1). It provides secure encrypted communications between two untrusted hosts over an insecure network. sshd listens for connections from clients. It is normally started at boot from /etc/rc. ...