Changes

Jump to navigation Jump to search
94 bytes added ,  09:42, 4 March 2016
Line 24: Line 24:  
  $ echo $YOUR_REAL_PUBLIC_KEY > .ssh/authorized_keys
 
  $ echo $YOUR_REAL_PUBLIC_KEY > .ssh/authorized_keys
 
  $ /sbin/mount.ecryptfs_private
 
  $ /sbin/mount.ecryptfs_private
 +
 +
or change in /etc/ssh/sshd_config the line:
 +
AuthorizedKeysFile /etc/ssh/%u/authorized_keys
 +
 
== ssh tunneling ==
 
== ssh tunneling ==
 
This is used for example to connect to a database on a server that has the database port closed but ssh port open.<br />
 
This is used for example to connect to a database on a server that has the database port closed but ssh port open.<br />

Navigation menu