SSH
Configuration
Config file
To add a known server to the config
file, use the following syntax:
Host mymachine
HostName 127.0.0.1
User root
Port 7654
There is no method to specify or provide on the command line the password in a non-interactive manner for ssh authentication using a OpenSSH built-in mechanism.