1. 程式人生 > >VirtualBox 端口轉發 SSH

VirtualBox 端口轉發 SSH

sha pre virt 信息 libs tail body 發現 服務器

在服務器上安裝VirtualBox並配置轉發:

VirtualBox網絡連接方式,選擇默認的NAT連接方式。

在下面有個 “端口轉發” 按鈕,點擊配置主機到虛擬機的端口映射。

ref: http://blog.sina.com.cn/s/blog_484d87770102uxi6.html


配置好之後發現putty可以連ssh, 而xshell連不了,應該是它版本太低,修改配置ssh-server:

在/etc/ssh/sshd_config中增加上述的三行配置信息

重啟

Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc

MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160,hmac-sha1-96,hmac-md5-96

KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,[email protected]

ref: http://blog.csdn.net/wonder4/article/details/52241002

VirtualBox 端口轉發 SSH