Home arrow Blog arrow Ssh authorized keys
Ssh authorized keys

Authorizing access for remote access via ssh

To allow access to a system for a given identity place the public key in your ~/.ssh/authorized_keys file on that system. All keys listed in that file are allowed access.

 

  cd ~/.ssh
cp id_rsa.pub authorized_keys

You could now copy the ~/.ssh/authorized_keys file to other systems to allow access from the local system.

Show comments (0) - Add comments to this article:

 
< Prev   Next >

comments

There are no comments yet - feel free to add one using the form below...


Page 1 of 0 ( 0 comments )
©2006 MosCom

Add comments to this article: Ssh authorized keys ...

Enter your comment below.

Name (required)

E-Mail (required)
Your email will not be displayed on the site - only to our administrator
Homepage

Comment (supported) [BBcode]

Sponsored Links
Wednesday, 19 November 2008