Skip to content

Instantly share code, notes, and snippets.

@sechiro
Last active August 29, 2015 14:02
Show Gist options
  • Save sechiro/dbe97e32a2e79aa8ecc9 to your computer and use it in GitHub Desktop.
Save sechiro/dbe97e32a2e79aa8ecc9 to your computer and use it in GitHub Desktop.
# 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