简体   繁体   中英

SSH Permission denied for Mininet

I am new to SDN and was trying to learn Mininet. I have installed debian(64-bit) and Mininet on Virtual Box. When I try to connect Mininet Vm from Debian I have to run the following comamnd :

ssh -X mininet@10.0.2.15 

It asks for mininet password, but after entering the default mininet password it shows an error

Permission denied please try again

Both my debian and Mininet VM have same IP address. Kindly guide how to eliminate the SSHerror. Also is it fine having same ip address for two different VM, is the SSH error a result of this ? Thanks

网络选项卡下的VirtualBox设置中,依次单击高级端口转发并添加名称为:ssh、协议:tcp、主机端口:3022 和来宾端口:22 的规则。然后执行:

sudo ssh -p 3022 mininet@10.0.2.15

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM