1 root@ubuntu:/# sudo apt-get install openssh-server安裝2正在讀取軟體包列表... 完成
3正在分析軟體包的依賴關係樹
4正在讀取狀態資訊... 完成
5將會安裝下列額外的軟體包:
6 openssh-client ssh-import-id
7建議安裝的軟體包:
8 libpam-ssh keychain monkeysphere openssh-blacklist openssh-blacklist-extra rssh molly-guard
9下列【新】軟體包將被安裝:
10 openssh-server ssh-import-id
11下列軟體包將被公升級:
12 openssh-client
13 公升級了 1 個軟體包,新安裝了 2 個軟體包,要解除安裝 0 個軟體包,有 301
個軟體包未被公升級。
kb 的軟體包。
15 解壓縮後會消耗掉 896
kb 的額外空間。
16 您希望繼續執行嗎?[y/n]y
17 獲取:1 http://
18 獲取:2 http://
19 獲取:3 http://
21正在預設定軟體包 ...
22 (正在讀取資料庫 ... 系統當前共安裝有 202821
個檔案和目錄。)
23 正預備替換 openssh-client 1:5.9p1-5ubuntu1.4 (使用 .../openssh-client_1%3a5.9p1-5ubuntu1.10_i386.deb) ...
24 正在解壓縮將用於更替的包檔案 openssh-client ...
25 selecting previously unselected package openssh-server.
26 正在解壓縮 openssh-server (從 .../openssh-server_1%3a5.9p1-5ubuntu1.10_i386.deb) ...
27 selecting previously unselected package ssh-import-id.
28 正在解壓縮 ssh-import-id (從 .../ssh-import-id_2.10-0ubuntu1_all.deb) ...
29 正在處理用於 man-db 的觸發器...
30正在處理用於 ureadahead 的觸發器...
31正在處理用於 ufw 的觸發器...
32 正在設定 openssh-client (1:5.9p1-5ubuntu1.10
) ...
33 正在設定 openssh-server (1:5.9p1-5ubuntu1.10
) ...
34 creating ssh2 rsa key; this
may take some time ...
35 creating ssh2 dsa key; this
may take some time ...
36 creating ssh2 ecdsa key; this
may take some time ...
37 ssh start/running, process 5213
38 正在設定 ssh-import-id (2.10-0ubuntu1) ...
1 root@ubuntu:/# sudo ps -e |grep ssh檢視是否執行22380 ? 00:00:02 ssh-agent
35213 ? 00:00:00 sshd
SSH遠端登陸
ssh是一種網路協議,用於計算機之間的加密登陸。windows putty linux openssh 第一次登陸對方主機,系統會出現如下提示,表示無法確認host主機的真實性,只知道公鑰指紋,是否繼續連線 ssh user host the authenticity of host host 19...
ssh遠端登陸
一 應用場景 有一台linux伺服器,現在需要通過linux作業系統或者windows作業系統遠端登陸這台伺服器。二 linux 遠端登入linux伺服器 ubuntu為例 1 首先,伺服器端需要安裝ssh伺服器,方法為 sudo apt get updatesudo apt get install...
遠端登陸sql plus
要啟動 isql plus,請執行以下步驟 連線到 internet 或 intranet,然後啟動 web 瀏覽器。如果您不知道 oracle9i http server url,請向系統管理員諮詢。按 enter 鍵將轉到該 url。web 瀏覽器中將顯示 isql plus 登入 螢幕。在 使...