學習環境搭建之Vmware player && putty

下載linux的vmware版本,懶的安裝,下了backtrack5虛擬版本,網絡設置橋鏈接或NAT鏈接,ssh開啓等等。linux

能夠ping通,但putty鏈接報軟件錯誤,我還覺得是putty版本問題,經測試不是。後來backtrack ssh鏈接本身,發現也報錯。瀏覽器

經過不懈google,發現是backtrack默認沒有開啓ssh遠程鏈接。下面命令開啓。網絡

 

#/etc/init.d/ssh restartssh

#ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key測試

#ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_keygoogle

#sshd-generaterest


backtrack下要作的事。server

1,ssh安裝apt-get install openssh-server內存

2,開機啓動ssh,腳本/etc/rc.local加入命令/etc/init.d/ssh startget

3,能夠ssh root@localhost 測試,報錯查找緣由。


vmware player開啓linux佔內存很小,只有幾十M,比瀏覽器都小,原本他就是一個播放器樣的東西。用putty鏈接使用也沒有虛擬機那種遲鈍感,感受比較爽。

相關文章
相關標籤/搜索