You are here

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).

admin's blog

Amazon Web Services: Tunneling SVN over SSH

After installing Subversion in an Amazon EC2 instance, set the Security group to allow SSH from your IP and SVN from the EC2 instance's IP.
Connect to the Amazon EC2 instance using the key provided by Amazon and forward the Local SVN port to the Remote SVN port.
ssh -i ~/.ssh/AWS-ubuntu-key.pem ubuntu@xxx.xxx.xxx.xxx -L 3690:xxx.xxx.xxx.xxx:3690
You should now be able to connect to your remote SVN server via SSH tunnel using:
svn co svn://localhost/repository

Pages

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer