0
votes
0answers
31 views

How can I preform a full disk encryption and be able to decrypt via ssh after install?

So I already installed Ubuntu on a Netbook I have, I have the system set up as a wifi router and I was planning on setting up other services as well. I did not set up disk encryption during install ...
0
votes
0answers
26 views

Auto-passphrase in schroot: can't connect to `/run/user/korn/keyring-x30g9r/gpg

when running "debuild -S -sa" to create the source files and sign them in Ubuntu 12.04 I only had to enter my passphrase once and then it is automatically used to unlock my private key on future runs ...
2
votes
0answers
143 views

SSH Tunneling Suddenly Not Working

I have a home PC running Ubuntu 12.10. In order to make sure that my data isn't being monitored in public, I had in the past used a subscription VPN service. I decided to research alternatives and I ...
1
vote
0answers
52 views

.bashrc not run when SSH-ing in as a user who has home dir encryption [duplicate]

If I SSH into an Ubuntu 12.04.1 LTS server as a user with home dir encryption, I get a really plain shell (no default .bashrc run). If I log in via console (of course causing the home directory to be ...
1
vote
1answer
300 views

Find Randomart of existing ssh key

I created an ssh key with ssh-keygen, and I got this output as a result: The key fingerprint is: 84:21:3d:ab:d5:5e:05:a0:b6:ab:0f:33:af:3b:3b:82 cidr@randombox The key's randomart image is: +--[ RSA ...
5
votes
1answer
651 views

SSH remote user need to be logged in?

I'm trying to set up an SSH server. I put my public key in the authorized_keys file, made sure the permissions were correct, etc. When I restart the server (really just Ubuntu 12.04 desktop) and I ...
3
votes
1answer
254 views

encfs home directory: ssh access dismount after a while

I've setup an encrypted homedir according to this EncryptedHomeDirectoryHowto. To gain ssh access I've added auth required pam_encfs.so to /etc/pam.d/sshd $ cat /etc/pam.d/sshd | egrep -v ^# auth ...
0
votes
1answer
213 views

GPG and SSH encryption of file need help

I don't know how to use Password and Keys in Ubuntu 11.10 , what is the exactly use of this application , and how can we use this for encrypting files? Please also explain about ssh keys and gpg ...
3
votes
2answers
4k views

Encrypting Files and folder through terminal

I am new to part of encryption on Ubuntu . Is there any way to encrypt files and folder with password from terminal ? without using truecrypt or cryptkeeper etc.
8
votes
1answer
2k views

How can one unlock a fully encrypted Ubuntu 11.10 system over SSH at boot?

In previous versions of Ubuntu, and current versions of Debian, you can unlock a fully encrypted system (using dmcrypt and LUKS) at boot time over SSH. It was as easy as: Installing the encrypted ...