Archive for the ‘Cloud Hosting’ Category

Install OpenSSH server

Monday, January 17th, 2011

First you’ll need to install OpenSSH Server on the remote system:
apt-get install openssh-server
Configure SSH for Passwordless Logins

You’ll need to configure passwordless logins between the two hosts you want to use, this is how rsync will pass the files back and forth. I’ve previously written a HOWTO on this topic, so we’ll crib from there.

First, generate a key:

ssh-keygen -t rsa

UPDATE: actually, it’s easier to do it this way

ssh-keygen -N ” -f ~/.ssh/id_dsa

(Enter)

You shouldn’t have a key stored there yet, but if you do it will prompt you now; make sure you overwrite it.

Enter passphrase (empty for no passphrase):

(Enter)

Enter same passphrase again:

(Enter)

We’re not using passphrases so logins can be automated, this should only be done for scripts or applications that need this functionality, it’s not for logging into servers lazily, and it should not be done as root!

Now, replace REMOTE_SERVER with the hostname or IP that you’re going to call when you SSH to it, and copy the key over to the server:

cat ~/.ssh/id_rsa.pub | ssh REMOTE_SERVER ‘cat – >> ~/.ssh/authorized_keys2’

UPDATE: now you can use ssh-copy-id for this instead (hat tip briealeida)

ssh-copy-id REMOTE_SERVER

Set the permissions to a sane level:

ssh REMOTE_SERVER ‘chmod 700 .ssh’

Lastly, give it a go to see if it worked:

ssh REMOTE_SERVER

You should be dropped to a prompt on the remote server. If not you may need to redo your .ssh directory, so on both servers:

`mv ~/.ssh ~/.ssh-old`

and goto 10

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Leading the Way in Tech

Saturday, January 15th, 2011

http://www.techiemania.com/wp-content/uploads/2010/09/TechieMania-Logo.pngTechiemania, one of the leading resources for online tech, SEO, and link building strategies recently partnered up with John Rampton as co-owner to bring the ultimate blogging experience to the online world.  Now affiliate marketing, link building, SEO, and all other online strategies will be part of the Techie Family.

About Techiemania:

Techiemania aims to provide solutions to user problems and help them to educate on creating successful online businesses and the ways to promote it to the World Wide along along with make money online and technology tutorials and guides. The main theme behind this blog is to share the knowledge in the form of Helpful tutorials and Articles for internet users and help them to gain knowledge about Online Businesses and Make Money Online.

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Cloud Host GoGrid Expands Hybrid Cloud

Thursday, January 13th, 2011

Cloud hosting provider GoGrid announced on Wednesday it has expanded its hybrid cloud capabilities, enabling customers to deploy its hybrid cloud solution at any of its two data centers. In June 2010 GoGrid opened its second data center, which located in Ashburn, Virginia run by data center operator Equinix. The move coincides with the effective phasing out of its two-year …

Source Link

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Call us at 801.384.0032