Skip to content

Instantly share code, notes, and snippets.

@suneo3476
Last active January 19, 2016 12:31
Show Gist options
  • Save suneo3476/a1f0d08f6d695726a136 to your computer and use it in GitHub Desktop.
Save suneo3476/a1f0d08f6d695726a136 to your computer and use it in GitHub Desktop.
TeraTerm(Win7)からVirtualBox(Ubuntu14)へNAT経由でSSH接続 ref: http://qiita.com/suneo3476/items/75112d0c62e857c19fcf
sudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf
sudo start ssh
sudo apt-get update #2~3分かかります
sudo apt-get install sysv-rc-conf -y
sudo sysv-rc-conf ssh on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment