Software connections such as Xshell initial installation kali2.0 issues
Virtual machine configuration Xshell Connection Kali issue record:
1, modify the Sshd_config file, the command is: vi/etc/ssh/sshd_config
Remove the comment for #passwordauthentication No and modify No to Yes//kali default Yes
Comment out the Permitrootlogin Without-password, the beginning of the line plus #
2. Restart the SSH service/etc/init.d/ssh restart
3, if you can not log in with the root account,
#ssh-keygen-t rsa-f/etc/ssh/ssh_host_rsa_key
#ssh-keygen-t dsa-f/etc/ssh/ssh_host_dsa_key
Generate two keys, after executing the command will let enter the password, directly hit enter set to empty
4,/etc/init.d/ssh restart
The connection can be completed.
This article is derived from Blog http://xiangji.blog.51cto.com, be sure to keep this source.
This article is from the "Communication" blog, please be sure to keep this source http://xiangji.blog.51cto.com/12944296/1934351
Software connections such as Xshell initial installation kali2.0 issues