mac如何連接遠程linux,類似windows上的putty和winscp


windows上有putty可以通過ssh協議連接遠程linux系統。

mac上也可以用終端連接,轉自:http://www.unixnewbie.org/putty-equivalent-for-mac-os-x/

In Mac, there is a similar, built-in application called Terminal.

To start Terminal, go to your Mac’s Applications folder => click on the Utilities folder => then click on Terminal.

How to access a web server using the Terminal?

# ssh username@server.address.com

example: 
# ssh root@unixnewbie.org

- when prompted for the password, enter your web server password.
- to quit the session, type "exit".

當然mac上也可以像windows上的winscp一樣進行文件操作。參考:http://www.openssh.com/macos.html

我用的工具是Cyberduck http://cyberduck.ch/

如上圖,選擇Open Connection

在協議那一欄選則SFTP(SSH File Transfer Protocol)

然后輸入用戶名,密碼和地址即可~

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM