Posts tagged with “godaddy

Configuring SSH to use a public / private key pair instead of a password

Sick of passwords? Simplify your life by configuring your SSH connection to use a public / private key pair instead. Before you get started, confirm you have SSH access to the remote server, as you’ll need it shortly. Generate the public / private key pair via the command-line: ssh-keygen -t rsa -b 4096 The -t […]

Configuring a php.ini file for AddOn Domains hosted on GoDaddy

UPDATE It appears GoDaddy no longer supports multi-domain php.ini files. Instead, one has to put an ini file at the root level of each hosted domain. For the primary domain, the ini file would go in ~/public_html/. For AddOn Domains, the ini file would go in ~/public_html/[AddOn Domain]/. For instance, if the domain for the […]