/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.0.254 NETMASK=255.255.255.0 ONBOOT=yes
DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.0.254 NETMASK=255.255.255.0 ONBOOT=yes
|
ssh-keygen command options
|
description
|
|
-b bits
|
Specifies the number
of bits in the key to create. The minimum bit length is 768 bits and the
default length is 2048 bits.
|
|
-C comment
|
Provides new comment.
|
|
-p
|
Requests changing the
passphrase of a private key file instead of creating a new private key.
|
|
-t
|
Specifies the type of
key to create.
|
|
-q
|
quiets ssh-keygen. It
is used by the /etc/rc file while creating a new key.
|
|
-N
|
Provides a new
Passphrase.
|
|
-F
|
For ssh-keygen2, dumps
the key's fingerprint in Bubble Babble format
|