Connect winscp to VMware Ubuntu

Source: Internet
Author: User

First check whether SSH is installed

View plainprint?
  1. Shuo @ Ubuntu :~ $ SSH localhost SSH
  2. SSH: connect to host localhost port 22: Connection refused

Not Installed

View plainprint?
  1. Shuo @ Ubuntu :~ $ Sudo apt-Get install OpenSSH-Server

Start SSH

View plainprint?
  1. Shuo @ Ubuntu :~ $ Sudo/etc/init. d/ssh start
  2. Rather than invoking init scripts through/etc/init. d, use the service (8)
  3. Utility, e.g. Service SSH start
  4. Since the script you are attempting to invoke has been converted to
  5. Upstart job, you may also use the START (8) utility, e.g. Start SSH

Check whether the service is correctly started

View plainprint?
  1. Shuo @ Ubuntu :~ $ PS-E | grep SSH
  2. 1719? 00:00:00 ssh-agent
  3. 2235? 00:00:00 sshd

View IP

View plainprint?
  1. Shuo @ Ubuntu :~ $ Ifconfig
  2. Eth0 link encap: Ethernet hardware address 00: 0C: 29: 5A: 24: 59
  3. Inet address: 192.168.1.112 broadcast: 192.168.139.255 mask: 255.255.255.0
  4. Inet6 address: fe80: 20c: 29ff: fe5a: 2459/64 scope: Link
  5. Up broadcast running Multicast MTU: 1500 hops: 1
  6. Received data packet: 120 error: 0 discard: 0 overload: 0 frames: 0
  7. Packet sending: 36 error: 0 discard: 0 overload: 0 carrier: 0
  8. Collision: 0 sending queue length: 1000
  9. Received byte: 11641 (11.6 KB) sent byte: 5531 (5.5 KB)
  10. Interrupt: 19 base address: 0x2024
  11. Lo link encap: local loopback
  12. Inet address: 127.0.0.1 mask: 255.0.0.0
  13. Inet6 address: 1/128 scope: Host
  14. Up loopback running MTU: 16436 hops: 1
  15. Received data packet: 12 error: 0 discard: 0 overload: 0 frames: 0
  16. Packet sending: 12 error: 0 discard: 0 overload: 0 carrier: 0
  17. Collision: 0 sending queue length: 0
  18. Received byte: 720 (720.0 B) sent byte: 720 (720.0 B)

Connect to Ubuntu through winscp

Enter the host name 192.168.1.112. The default port is 22.

Username: Shuo password :*******

Logon OK

Winscp: http://sourceforge.net/projects/winscp/files/WinSCP/4.3.5/winscp435setup.exe/download

Post: http://blog.csdn.net/tonicus/article/details/6924173

Reference: http://www.wdlinux.cn/ssh_client

Http://winscp.net/eng/docs/lang:chs

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.