`
天梯梦
  • 浏览: 13748372 次
  • 性别: Icon_minigender_2
  • 来自: 洛杉矶
社区版块
存档分类
最新评论

Ubuntu连接SSHHow to: Connect SSH, SFTP and FTP Servers using Nautilus ubuntu 13.04

 
阅读更多

In this article i am going to show you how to connect SSH, SFTP and FTP servers using Nautilus in ubuntu 13.04. Please follow the procedure given below.

 

Open Nautilus Location Bar (open your home folder) and goto the “File” menu then select“Enter Location” option.

 

SSH ubuntu 13.04

 

For SSH, use:

ssh://username@ssh.server.com

 

For FTP, use:

ftp://username@ftp.server.com

 

For SFTP, use:

sftp://username@sftp.server.com

 

Note: Replace username and server address with your username and server address.

I you want to specify your password manually, change the above like:

 

For SSH, use:

ssh://username:password@ssh.server.com

 

For FTP, use:

ftp://username:password@ftp.server.com

 

For SFTP, use:

sftp://username:password@sftp.server.com

 

Screenshot 2013-05-22 12:04:10

 

First time, It may ask you to verify the identity of the server. Click on “Log in Anyway” to continue.

 

Screenshot 2013-05-22 12:06:53

 

You will be prompted for a password if needed. Enter your passwordand hit “Connect”button.

 

Screenshot 2013-05-22 12:08:05

 

That’s it. you are connected to the remote server.

 

来源:http://www.lessons4you.info/how-to-connect-ssh-sftp-and-ftp-servers-using-nautilus-ubuntu-13-04/

 

 

分享到:
评论
Global site tag (gtag.js) - Google Analytics