Add comment about ssh config for release script

This commit is contained in:
Peter Vlugter 2012-02-06 12:06:36 +13:00
parent 3fbd18f0fa
commit 34df500c92

View file

@ -1,6 +1,15 @@
#!/usr/bin/env bash
#
# Release script for Akka.
#
# To run this script you need a user account on akka.io and contributor access
# to github.com/jboner/akka.
#
# If your username on akka.io is different from your local username then you can
# configure ssh to always associate a particular username with akka.io by adding
# the following to .ssh/config:
# Host akka.io
# User <username on akka.io>
# defaults
declare -r default_server="akka.io"