2016-09-21 37 views
1

流氓ssh从机器本身的作品。所有我必须输入到机器中作为用户名是流浪的,我得到了流浪的机器。如何通过SSH在腻子中进行连接?

我必须把这里面vagrant ssh,它也可以从CMD和PHPStorm终端工作。

当我输入Vagrant ssh-config到CMD或PHPSTORM内的终端。

Host default 
HostName 127.0.0.1 
User vagrant 
Port 2222 
UserKnownHostsFile /dev/null 
StrictHostKeyChecking no 
PasswordAuthentication no 
IdentityFile C:/Users/nebojsa/.vagrant.d/boxes/richdynamix-VAGRANTSLASH-magestead-centos65-nginx-php56/1.0.2/virtualbox/vagrant_private_key 
IdentitiesOnly yes 
LogLevel FATAL 

然后我去腻子,并添加所有这些领域 enter image description here

的这是我vagrant_private_key enter image description here

而且大多是重要的 enter image description here

我甚至在尝试作为密码腻子'流浪',它说访问被拒绝。 我不知道密码是什么。 它不能从腻子,我做错了什么? 是因为SSH1和SSH2?

回答