WindKun 2013-06-30 01:49 采纳率: 100%
浏览 2406

ubuntu下用ssh连githup问题

我的是脑是64位的ubuntu13.04,openssh-server已经安装了,githup也弄好了,可是我用ssh -T git@githup.com连接时出现了ssh: connect to host githup.com port 22: Connection timed out,不知道是哪里出现了问题,我在电脑上输入ssh localhost 出现了下面的提示:
zlk@zlk-Lenovo-IdeaPad-Y400:~$ ssh localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
ECDSA key fingerprint is fa:ac:e7:b2:56:ce:e1:d7:3b:46:6e:ac:c2:99:0a:5c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
zlk@localhost's password:

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-25-generic x86_64)

0 packages can be updated.
0 updates are security updates.
这是已经说明我的ssh已经设置好了,可是怎么连不上,githup上的SSH KEY我也设置了,这是怎么回事?

  • 写回答

1条回答

  • shiter 人工智能领域优质创作者 2015-01-17 18:28
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题
  • ¥15 教务系统账号被盗号如何追溯设备
  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效