winscp连接vmware ubuntu

先查看ssh是否安装

jfxue@ubuntu:~$ ssh localhost ssh
ssh: connect to host localhost port 22: Connection refused

没安装

jfxue@ubuntu:~$ sudo apt-get install openssh-server  

启动ssh

jfxue@ubuntu:~$ sudo /etc/init.d/ssh start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service ssh start


Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start ssh

查看服务是否正确启动

jfxue@ubuntu:~$ ps -e|grep ssh
 1719 ?        00:00:00 ssh-agent
 2235 ?        00:00:00 sshd

查看IP

jfxue@ubuntu:~$ ifconfig
eth0      Link encap:以太网  硬件地址 00:0c:29:5a:24:59  
          inet 地址:192.168.139.128  广播:192.168.139.255  掩码:255.255.255.0
          inet6 地址: fe80::20c:29ff:fe5a:2459/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  跃点数:1
          接收数据包:120 错误:0 丢弃:0 过载:0 帧数:0
          发送数据包:36 错误:0 丢弃:0 过载:0 载波:0
          碰撞:0 发送队列长度:1000 
          接收字节:11641 (11.6 KB)  发送字节:5531 (5.5 KB)
          中断:19 基本地址:0x2024 


lo        Link encap:本地环回  
          inet 地址:127.0.0.1  掩码:255.0.0.0
          inet6 地址: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  跃点数:1
          接收数据包:12 错误:0 丢弃:0 过载:0 帧数:0
          发送数据包:12 错误:0 丢弃:0 过载:0 载波:0
          碰撞:0 发送队列长度:0 
          接收字节:720 (720.0 B)  发送字节:720 (720.0 B)

http://hi.baidu.com/xhg83/blog/item/1298a00f3fcbae216159f377.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值