WaZaRWiki : SSHTips

GaelReignier :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register :: Hosted by: eNiX

Revision [191]

This is an old revision of SSHTips made by GaelReignier on 2008-08-14 18:06:36.
ITTips


To turn on the key authentication:
vim /etc/ssh/sshd_config
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys


And in your home directory you have to set up the following permission on:
drwx------ 2 gael gael 4096 Aug 14 17:56 .ssh
-rw-r--r-- 1 gael gael 409 Aug 14 17:57 /home/gael/.ssh/authorized_keys

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.2214 seconds