Environment: Win7 + Chinese Ubuntu10.10
[Server SSH enabled]
Install openssh-server
Apt-get install openssh-server
Check whether the ssh service on the server is enabled
Ps-e | grep ssh
If sshd appears, it is enabled. Otherwise, it is enabled.
/Etc/init. d/ssh start
[SSH client access to Chinese Ubuntu garbled]
Download putty software (http://www.putty.org/), addressed by modifying font, character set settings.
Window-> Appearance-> Font settings: Select or.
Window-> Translation-> Character set translation on converted ed data select UTF-8.
Store the session.
[Win7 and Linux Remote File Transfer]
Many remote software, such as putty, Bitvise Tunnelier, and SSH Secure Shell Client. After the two built-in SFTP can realize the file transfer between two operating systems, putty can be used with WinSCP (: http://winscp.net/eng/download.php.
If the remote operating system is a Chinese version of Ubuntu, WinSCP will display Chinese garbled characters. Solution:
On the WinSCP logon interface, select advanced options, and choose environment> server environment> file name UTF-8 encoding to enable. Save the session and log on to the session later.
[WinSCP Linux connection]
If the Linux system does not log on with the root permission, the file cannot be copied with WinSCP. If a Password error is displayed when WinSCP is connected to Linux, set the root permission and password in Linux: passwd root.