|
3 months ago | |
---|---|---|
.drone | 3 months ago | |
git-hooks | 5 months ago | |
guacamole-postgresql | 4 months ago | |
.gitignore | 5 months ago | |
.versionrc | 5 months ago | |
CHANGELOG.md | 3 months ago | |
README.md | 5 months ago | |
docker-compose.yml | 3 months ago | |
init-postgresql.sh | 4 months ago | |
init-postgresql.sql | 5 months ago | |
package.json | 3 months ago | |
yarn.lock | 5 months ago |
initialise database
docker ps | grep guacamole-postgresql.1
sh init-postgresql.sh $ID
guacamole does not work with the standard openssh format for private keys. ie:
-----BEGIN OPENSSH PRIVATE KEY-----
[key goes here]
-----END OPENSSH PRIVATE KEY-----
you need to generate the public/private key pair using:
ssh-keygen -m pem
this will give you a private key that looks like:
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: [dec info goes here]
[key goes here]
-----END RSA PRIVATE KEY-----
then on the target machine you need to paste the public key into the file /home/[user]/.ssh/authorized_keys
and the private key into the configuration for the guacamole connection