利用SSH secure Shell實現windows與linux之間傳輸檔案

來源:互聯網
上載者:User

標籤:

在windows下安裝SSH secure Shell。預設安裝後有兩個捷徑。

linux下需要安裝openssh-server

utuntu預設安裝了opens是-client,所以不需要安裝,但是如果沒有安裝的話,再用apt-get install安裝即可。

然後確認sshserver服務是否開啟

ps -e | grep ssh

如果只有ssh-agent那ssh-server還沒有啟動,需要/etc/init.d/ssh start,如果看到sshd那說明ssh-server已經啟動了。
ssh-server設定檔位於/ etc/ssh/sshd_config,在這裡可以定義SSH的服務連接埠,預設連接埠是22,你可以自己定義成其他連接埠號碼,如222。然後重啟SSH服務:
sudo /etc/init.d/ssh resar

利用ifconfig 查看原生ip地址 用於SSH secure Shell串連。

ssh串連:
1. 首先在伺服器上安裝ssh的伺服器端。$ sudo aptitude install openssh-server2. 啟動ssh-server。$ /etc/init.d/ssh restart3. 確認ssh-server已經正常工作。$ netstat -tlptcp6 0 0 *:ssh *:* LISTEN -看到上面這一行輸出說明ssh-server已經在運行了。

最後再回到windows下開啟軟體 點擊quick connect 串連。

如果出現以下資訊:
server responded “algorithm negotiation failed”

修改ssh的設定檔 /etc/ssh/sshd_config

在設定檔中添加:

Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc

MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160,hmac-sha1-96,hmac-md5-96

KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,[email protected]

重啟sshd服務後(sudo service ssh restart),即可正常串連

利用SSH secure Shell實現windows與linux之間傳輸檔案

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.