Skip to content

Instantly share code, notes, and snippets.

@amo12937
Last active September 11, 2015 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amo12937/4e6bed78ef88c40ae4a1 to your computer and use it in GitHub Desktop.
Save amo12937/4e6bed78ef88c40ae4a1 to your computer and use it in GitHub Desktop.
環境構築メモ Virtual Box に Ubuntu を入れ SSH 接続する ref: http://qiita.com/amoO_O/items/ff1aa16bf1b60f34bb5d
$ sudo vim /etc/network/interfaces
auto eth1
iface eth1 inet dhcp
$ ifconfig -a
$ ssh -A 192.168.56.102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment