配置putty登陸ubuntu
首先確認sshserver是否啟動了 ps -e |grepssh
然後開啟ssh-server服務 sudo apt-get installopenssh-server
如果只有ssh-agent那ssh-server還沒有啟動,需要/etc/init.d/sshstart,如果看到
sshd那說明ssh-server已經啟動了。
ssh-server配置檔案位於/etc/ssh/sshd_config,在這裡可以定義ssh的服務埠,預設
埠是22,你可以自己定義成其他埠號,如222。然後重啟ssh服務:
sudo /etc/init.d/ssh resart
安裝putty
sudo apt-get install putty
在
這樣你就可以登入到linux主機了。但是我們還要設定字型,如果不設定就會出現
字元亂碼的現象。字型設定如下:
這樣設定過之後就可以很痛快的使用putty了
在xp下,開啟securecrt 然後選擇ssh2,然後輸入ubuntu的ip位址,就ok了
方法2,使用vnc view:有圖。
關於the remote system refused the connection:
使用securecrt連線centos虛擬機器出現the remote system refused the connection提示
可能解決問題1
網路上的芳鄰-->右鍵-->屬性-->本地連線-->右鍵-->屬性-->高階-->internet 共享-->勾選允許其他網路使用者通過此計算機的internet連線來連線-->家庭網路連線選擇vmnet1.
jdbc oracle thin 連線問題
jdbc oracle thin 192.168.3.98 1521 orcl jdbc oralce thin 是乙個jni方式的命名 jdbc 表示採用jdbc方式連線資料庫 oracle 表示連線的是oracle資料庫 thin 表示連線時採用thin模式 oracle中有兩中模式 表示位址 ...
java String 連線問題
string s new string hello 與 string s2 hello 建立的區別 對於string s2 hello 現在棧中建立乙個 string 物件引用的變數 s,然後查詢 hello 字串是否被儲存在常量池中,如果沒有則會將 hello 放入常量池,最後s 將指向這個物件位...
FTP連線問題
1 替代方法 第一步 啟動 ie7或ie8,在選單欄選擇工具 internet 選項 高階 鉤選 啟用 ftp 資料夾檢視 在internetexplorer之外 核取方塊,然後單擊 確定 2 修改登錄檔 開啟hkey local machine software microsoft interne...