I just got Ubuntu10.10. Today I started to install things on it. The installation steps are all obtained from the Internet, but I have tried it myself. Just record it for myself. In view of Java's performance on Windows, I decided to switch to Ubuntu10.10 to learn zippy's hjpetstore. This article describes how to configure and use ssh. 1. Install sshserver. Because Ubuntu10.10 comes with sshclient, you do not need to install it, se
I just installed something on Ubuntu 10.10. The installation steps are all obtained from the Internet, but I have tried it myself. Just record it for myself. In view of Java's performance on Windows, I decided to switch to Ubuntu 10.10 to learn zippy's hjpetstore.
This article describes how to configure and use ssh.
1. Install the ssh server.
Because Ubuntu 10.10 comes with an ssh client, you do not need to install it. server installation is simple:
Sudo apt-get install openssh-server
After installation, the service starts.
2. Use a client to access the ubuntu ssh server
Ssh client: Install the ssh client in Windows. Chinese characters are garbled when accessing the ubuntu ssh server. The reason is that the character set encoding in the Ubuntu Chinese environment is utf8, but the SSC encoding is set, because there is no utf8, the SSC parameter cannot be modified to achieve the purpose of display.
Putty: You can use putty in Windows, but you need to modify the putty configuration. For details, refer to the alternative solution of SSH Secure Shell Client, which is the same as putty in English:
3. ftp client
You can use FileZilla client to access the server from Windows with sftp without any Chinese garbled characters.
For more information, see install FileZilla on Ubuntu 10.04 to download information from FTP idc.com FTP.