Ubuntu development server configuration (SSHserver, login to remote server for file sharing)

Source: Internet
Author: User
Tags server installation and configuration

Ubuntu development server configuration (SSHserver, login to remote server for file sharing)

Server installation and configuration:

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

If you see sshd, it indicates that the ssh-server has been started.

Client installation and configuration:

1. sudo apt-get install putty

2. Configure the IP address of putty,

3. open. Accept the ssh key cache request and enter the username and password in the automatically opened terminal. The logon is successful.

4. For more information about putty, see the network documentation.

Share Ubuntu system files through "log on to remote server" in the file browser

1. Server Configuration

2. Click "log on to remote server" in the "file" menu of the file browser on the client machine.

3. Enter the Server IP address, user name, and password. The logon is successful.

4. You use remote server files like opening local files.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.