I found that I can do scp in mc via cd /#sh:radek@firebird from the command line.
Is there any way I can
- save this as a favorite?
- Maybe even with the password?
|
|
|
To simplify your setup, you can set up an SSH config file which is located at
The HostName directive is optional if it matches the name given in Host. This is basically an alias to typing OpenSSH does not support storing passwords since this is normally a bad idea, but it offers a more secure alternative called public key authentication. With public keys, you can log onto multiple servers automatically even if each server has a different password. Public keys use a private key that is normally stored on disk with a password. This password is use to load the private key which is then used to authenticate to the remote server. To avoid typing in the password for the private key all the time, the private key can be loaded into an SSH Public Key Agent such as |
|||||||||||
|