Last active
August 29, 2015 14:02
-
-
Save sechiro/dbe97e32a2e79aa8ecc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Private IPを使うようにしたいので、そのためのオプションを入れたFork版のec2sshを入れる | |
# 1. gitからgemを入れるため、specific_installをインストール | |
# 最新のspecific_install + gem 1.8.25 の組み合わせが動かないため、古いバージョンを入れる | |
# https://github.com/rdp/specific_install/issues/21 | |
sudo gem install specific_install -v 0.2.7 | |
# 2. リポジトリとブランチを指定して、フォーク版のgemを入れる | |
sudo gem specific_install -l https://github.com/sechiro/ec2ssh.git -b private-ip-feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment