Linux遠程登錄的3種方式:telnet ssh 工具(secureCRT、xshell等)
1) windows ssh連接(下載工具、配置環境變量即可)
a. 工具:OpenSSHWindowsxxx
b. 設置環境變量:
右鍵計算機-->屬性-->高級系統設置-->環境變量-->系統變量:編輯Path,在行尾追加 ;C:\Program Files (x86)\OpenSSH for Windows\bin -->各種確定即可
c. 命令:ctrl+R進入到cmd,然后輸入 ssh uname@host,然后再根據提示輸入密碼即可(具體如下圖所示)
2) secureCRT
a. 注意:默認的字符編碼為utf-8,所以你需要將字符編碼改為utf-8
b. secureCRT的便捷方法,選項-全局選項
3) XShell中,設置選中復制,右鍵粘貼:http://jingyan.baidu.com/article/d8072ac45e7663ec95cefd91.html
step1: 打開xshell4,單擊菜單欄的“Tools”選項,選中“Options”菜單,進入參數設置界面
step2: 切換到"Keyboard and Mouse"欄,把"Right-bottox"要素的值選為“Paste the clipboard contents”,點擊確定。
在選項“Copy selected text to the auto”打“√”。