Last active
January 19, 2016 12:31
-
-
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
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
sudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf | |
sudo start ssh |
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
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