Using a 1and1 git repository
On the 1and1 business accounts you can now use Git via SSH. Here is how...
Setup your master FTP password (which will be used for SSH).
SSH into your 1and1 account with (assuming example.com is on this account):
ssh username@example.com
mkdir repositories
cd repositories
git init --bare my_repo.git
Now on your local machine you can clone this repository with:
git clone ssh://username@example.com/~/repositories/my_repo.git
Or to add 1and1 as a remote location for an existing repository do:
git remote add origin ssh://username@example.com/~/repositories/my_repo.git
Enjoy...
Tags
1and1
Apache
Audio
Austin Hill
Automator
Budget Travel
Career
cloud foundry
Community
Consulting
Cyberduck
Debian
Development
Drupal
EC2
European Travel
Eurotrip
ffmpegx
Framework
Git
git-http-backend
github
GiveMeaning
Image
Mac
Macports
Memcached
Mesh Conference
mod_python
Mongrel
Mongrel Cluster
Mouse Gestures
MySQL
NginX
node.js
Package Management
Parallels
Philanthropy
PHP
Preview
Python
Rails
Rapid Development
Relational Scaling
Resize
Rip
RoR
Ruby On Rails
S3
Satchmo
SimpleDB
SQS
Textmate
Tom Williams
Trends
Ubuntu
Web
Web Services
Wordpress
Workflow
Will Stevens
I am a software developer with a primary focus on web applications. I am always trying to find new and better ways to solve business problems with elegant software.

