Re: [Trisquel-users] Remote reboot with encrypted disk and SSH security

2016-04-15 Thread santiago . lorente
Thank you. I tried with the commands you suggested and I got again "Permission denied (publickey)". Please see below: jane2@jane2Laptop:~$ ssh-copy-id -p 2001 -i ~/.ssh/id_rsa.pub server /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already

Re: [Trisquel-users] Remote reboot with encrypted disk and SSH security

2016-04-15 Thread santiago . lorente
Hi, I need some help, I am a beginner with these things. I had my ssh working. Then I tried to follow the link https://unix.stackexchange.com/questions/5017/ssh-to-decrypt-encrypted-lvm-during-headless-server-boot so that I can remotely access my encrypted-disk server through ssh after a

Re: [Trisquel-users] Remote reboot with encrypted disk and SSH security

2016-04-15 Thread matt
Here is a page with a good explanation of the different ciphers and hashes used in SSH, and makes suggestions on what to use and what to avoid when configuring your SSH server... https://stribika.github.io/2015/01/04/secure-secure-shell.html

Re: [Trisquel-users] Remote reboot with encrypted disk and SSH security

2016-04-15 Thread santiago . lorente
Thank you

[Trisquel-users] Remote reboot with encrypted disk and SSH security

2016-04-15 Thread santiago . lorente
Hi, I would like to access a Trisquel server through SSH. The server's disk is encrypted. So, if a reboot is needed, it will ask for the key to decrypt the disk before I can access it through SSH. According to the following link, it can be solved.