- Solutions
- Online services
- Support
- Frequently Asked Questions
- Documentation
- Videos
- Itefix Labs
- User Forum Archive (2005 - 2016)
- Online store
- Login
I want to set up ssh communication without passwords !!
Activate a user and create a PKA key pair with empty passphrase via Copssh control panel:
- You can take your private key with you and initiate passwordless connections from other machines. An example to start ssh shell:
ssh -i privatekey user@copssh_host
NB! Your private key is NOT protected by a passphrase and can be used by anyone. Keep it safe!