以前看過一些資料說ubuntu預設是安裝ssh的,而我是自己安裝了一個ssh,並且安裝之後,看到ssh服務已經啟動。總之目的就是希望有一個ssh服務,並且已經啟動,如果沒有安裝,就先安裝一個;如果該服務沒有啟動,就啟動一下,由於我的已經啟動了,所以我沒有考慮這個問題。關於啟動ssh服務,我在網上看到的資料是:
wahaha@ubuntu-K55VD:~$ /etc/init.d/ssh start
安裝一個ssh伺服器,我的做法是在終端輸入ssh,然後按Tab鍵補全,選擇安裝伺服器。
wahaha@ubuntu-K55VD:~$ sudo apt-get install sshssh ssh-contact-service ssh-krb5ssh-askpass sshfp sshmssh-askpass-fullscreen sshfs sshmenussh-askpass-gnome sshfs-dbg sshpassssh-contact sshguard sshuttlessh-contact-client ssh-import-id wahaha@ubuntu-K55VD:~$ sudo apt-get install ssh-contact-service
之後我輸入密碼進行安裝。
[sudo] password for wahaha: 正在讀取軟體包列表... 完成正在分析軟體包的相依樹狀結構 正在讀取狀態資訊... 完成 將會安裝下列額外的軟體包: openssh-server ssh-import-id建議安裝的軟體包: rssh molly-guard openssh-blacklist openssh-blacklist-extra monkeysphere下列【新】軟體包將被安裝: openssh-server ssh-contact-service ssh-import-id升級了 0 個軟體包,新安裝了 3 個軟體包,要卸載 0 個軟體包,有 0 個軟體包未被升級。需要下載 352 kB 的軟體包。解壓縮後會消耗掉 944 kB 的額外空間。您希望繼續執行嗎?[Y/n]y擷取:1 http://cn.archive.ubuntu.com/ubuntu/ precise-updates/main openssh-server amd64 1:5.9p1-5ubuntu1.3 [338 kB]擷取:2 http://cn.archive.ubuntu.com/ubuntu/ precise/universe ssh-contact-service amd64 0.6-1build1 [7,476 B]擷取:3 http://cn.archive.ubuntu.com/ubuntu/ precise/main ssh-import-id all 2.10-0ubuntu1 [6,598 B]下載 352 kB,耗時 1秒 (314 kB/s) 正在預設定軟體包 ...Selecting previously unselected package openssh-server.(正在讀取資料庫 ... 系統當前共安裝有 320267 個檔案和目錄。)正在解壓縮 openssh-server (從 .../openssh-server_1%3a5.9p1-5ubuntu1.3_amd64.deb) ...Selecting previously unselected package ssh-contact-service.正在解壓縮 ssh-contact-service (從 .../ssh-contact-service_0.6-1build1_amd64.deb) ...Selecting previously unselected package ssh-import-id.正在解壓縮 ssh-import-id (從 .../ssh-import-id_2.10-0ubuntu1_all.deb) ...正在處理用於 man-db 的觸發器...正在處理用於 ureadahead 的觸發器...正在處理用於 ufw 的觸發器...正在設定 openssh-server (1:5.9p1-5ubuntu1.3) ...Creating SSH2 RSA key; this may take some time ...Creating SSH2 DSA key; this may take some time ...Creating SSH2 ECDSA key; this may take some time ...ssh start/running, process 27543正在設定 ssh-contact-service (0.6-1build1) ...正在設定 ssh-import-id (2.10-0ubuntu1) ...wahaha@ubuntu-K55VD:~$
之後我檢測ssh服務有沒有啟動,根據顯示的資訊可知,我的已經啟動了。
wahaha@ubuntu-K55VD:~$ ps -e | grep ssh 602 ? 00:00:00 sshd 2082 ? 00:00:00 ssh-agentwahaha@ubuntu-K55VD:~$
然後我下載一個PuTTY的軟體,下載完之後,直接雙擊運行。
然後我查看我電腦的IP。
wahaha@ubuntu-K55VD:~$ ifconfig eth0 Link encap:乙太網路 硬體地址 08:60:6e:14:00:cf UP BROADCAST MULTICAST MTU:1500 躍點數:1 接收資料包:0 錯誤:0 丟棄:0 過載:0 幀數:0 發送資料包:0 錯誤:0 丟棄:0 過載:0 載波:0 碰撞:0 發送隊列長度:1000 接收位元組:0 (0.0 B) 發送位元組:0 (0.0 B)lo Link encap:本地環回 inet 地址:127.0.0.1 掩碼:255.0.0.0 inet6 地址: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 躍點數:1 接收資料包:6027 錯誤:0 丟棄:0 過載:0 幀數:0 發送資料包:6027 錯誤:0 丟棄:0 過載:0 載波:0 碰撞:0 發送隊列長度:0 接收位元組:650313 (650.3 KB) 發送位元組:650313 (650.3 KB)wlan0 Link encap:乙太網路 硬體地址 20:68:9d:f7:53:f1 inet 地址:218.87.104.65 廣播:218.87.104.127 掩碼:255.255.255.128 inet6 地址: fe80::2268:9dff:fef7:53f1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 躍點數:1 接收資料包:43824 錯誤:0 丟棄:0 過載:0 幀數:0 發送資料包:27107 錯誤:0 丟棄:0 過載:0 載波:0 碰撞:0 發送隊列長度:1000 接收位元組:24782722 (24.7 MB) 發送位元組:4217911 (4.2 MB)wahaha@ubuntu-K55VD:~$
然後我在Windows 7 進行ping,看看虛擬機器和物理機之間的
網路是否暢通,根據顯示可知,它們之間已經互連了。
Microsoft Windows [版本 6.1.7600]著作權 (c) 2009 Microsoft Corporation。著作權所有,並保留一切權利。C:\Users\Li_Jun>ping 218.87.104.65正在 Ping 218.87.104.65 具有 32 位元組的資料:來自 218.87.104.65 的回複: 位元組=32 時間<1ms TTL=63來自 218.87.104.65 的回複: 位元組=32 時間<1ms TTL=63來自 218.87.104.65 的回複: 位元組=32 時間<1ms TTL=63來自 218.87.104.65 的回複: 位元組=32 時間<1ms TTL=63218.87.104.65 的 Ping 統計資訊: 資料包: 已發送 = 4,已接收 = 4,丟失 = 0 (0% 丟失),往返行程的估計時間(以毫秒為單位): 最短 = 0ms,最長 = 0ms,平均 = 0msC:\Users\Li_Jun>
然後我就開始遠程登入。
最後顯示,我已經成功遠程登入了。