facebooktwitterskypeRSS Feed
telephone: (920) 215-1842
facsimile: (866) 456-2115

Tag Archives: security

Creating a SSH key – using rSync and SSH

I need to generate a private/public pair of keys to allow a ‘ssh’ connection without asking for a password. This may sound dangerous, and it is, but it is better than storing a user password (or key password) as clear…

Specify .htaccess to allow single IP address

If you want to lock down your WordPress admin side you can specify the ip address location your connecting from and edit your .htaccess file. You will need to put the .htaccess file into the wp-admin directory. Here is a…