ssh configuration file
You can login into host using ssh command through command line. Instead of typing the host details everytime you login, you can store them under the following file
~/.ssh/config
Use the following format in the config file:

The ssh client receives its configuration in the following precedence order:
- Options specified from the command line
- Options defined in the
~/.ssh/config
- Options defined in the
/etc/ssh/ssh_config
Comments
Post a Comment