Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

公式サイトからダウンロードした1.3.0 64bit 仮想マシンにsshでログインできない #1401

Closed
1 task done
yegusa opened this issue Nov 10, 2018 · 3 comments
Assignees
Milestone

Comments

@yegusa
Copy link

yegusa commented Nov 10, 2018

#1400 とも関連しているかも。

仮想マシン:
http://www.next-l.jp/download/vm/enju_leaf_1.3.0.virtualbox_64bit.zip

をダウンロードして、sshでログインしようとしてみたところ、

$ ssh vagrant@localhost -p 2222
vagrant@localhost: Permission denied (publickey).

となってしまって、sshでログインできません。

仮想マシンの作り直しが必要かも?

@nabeta
Copy link
Member

nabeta commented Nov 14, 2018

以前あった、Ubuntuの提供するVagrant boxでログインができないという問題が解決していたので、再度UbuntuのVagrant box (ubuntu/xenial64)を使うようにしました。
#1238 (comment)

ただ、これはvagrant sshコマンドでないとログインできないかもしれません。作り直したほうがよさそうです。

@nabeta
Copy link
Member

nabeta commented Nov 16, 2018

仮想マシンを再作成してアップロードしました。bento/ubuntu-16.04を使用しています。
https://www.next-l.jp/?page=VM

@yegusa
Copy link
Author

yegusa commented Nov 17, 2018

以下のような感じでsshログインできることを確認しましたので、クローズします。

ところで、 @nabeta .vobxのファイル名もダウンロードページに書いておいてもらえると助かります(あとで、識別に使えることがあるので)

$ ssh vagrant@localhost -p 2222
The authenticity of host '[localhost]:2222 ([127.0.0.1]:2222)' can't be established.
ECDSA key fingerprint is xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[localhost]:2222' (ECDSA) to the list of known hosts.
vagrant@localhost's password:
Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-116-generic x86_64)

2 packages can be updated.
0 updates are security updates.

Last login: Sat Nov 17 08:36:34 2018
vagrant@vagrant:~$

注:一部 xxxx で伏字にしています。

@yegusa yegusa closed this as completed Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants