Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows教程綜合 >> 系統常見問題解答 >> Ubuntu開發服務器配置(SSHserver,登陸到遠程服務器進行文件共

Ubuntu開發服務器配置(SSHserver,登陸到遠程服務器進行文件共

日期:2017/1/20 17:47:03      編輯:系統常見問題解答

Server 端安裝及配置:

1. sudo apt-get install openssh-server

2. /etc/ssh/sshd_config

RSAAuthentication yes

PubkeyAuthentication yes

AuthorizedKeysFile %h/.ssh/authorized_keys

PasswordAuthentication yes

3. sudo /etc/init.d/ssh restart

4. ps -e |grepssh

如果看到sshd那說明ssh-server已經啟動了

客戶端安裝及配置:

1. sudo apt-get install putty

2. putty 配置ip地址,

3. open, 接受ssh key cache 請求,在自動打開的terminal中輸入用戶名和密碼,登陸成功

4. putty 個性化配置請參考網絡文檔。

通過文件浏覽器的“登陸到遠程服務器"實現個Ubuntu 系統文件的共享

1. 上面對服務器的配置

2. 在客戶端機器上的文件浏覽器的”文件“菜單中點擊”登陸到遠程服務器“

3. 輸入服務器IP 地址,用戶名和密碼,登陸成功

4. 你向打開本地文件一樣使用遠程服務器的文件了

Copyright © Windows教程網 All Rights Reserved