1
chenyaobin7 OP 在线等答案,老师们,快回复我!
|
2
Fteng328 2013-03-14 00:37:47 +08:00
|
3
chon 2013-03-14 00:41:51 +08:00 via Android 1
首先ubuntu上需要开启ssh,然后在putty上用192.168.0.105就可以登录ubuntu
如果是在外面,比如网吧,需要知道你家里的IP地址,另外还要在路由器上设置端口映射,将ububtu的ssh端口映射到外网,差不多就是这样。 |
4
chenyaobin7 OP @Fteng328 sudo aptitude install connect-proxy
Edit /etc/ssh/ssh_config to enable SSH via proxy: sudo echo 'ProxyCommand /usr/bin/connect-proxy -4 -S monproxy.domaine.com:port %h %p' >> /etc/ssh/ssh_config 前面是安装软件 后面connect-proxy -4 -S monproxy.domaine.com:port %h %p' >> /etc/ssh/ssh_config应该怎么改 ?我是初学者 |
5
Fteng328 2013-03-14 00:51:56 +08:00
@chenyaobin7 I dont think u need to set up SSH through proxy, try just install ssh: sudo aptitude install SSH
open putty, type in ssh XXX@ip 他会问你密码 大家看一下对不对 |
6
chenyaobin7 OP @Fteng328 cmd ping不通,putty也登不进
|
7
Fteng328 2013-03-14 08:28:22 +08:00 1
@chenyaobin7 我自己的virtual box ubuntu server:
In ubuntu sudo apt-get install openssh-server ifconfig: find ip address (for example [inet addr:192.168.1.146]) on putty: username@host name is the ip address found above, it will ask for your password. PS: if you install Xming and enable x11 fowarding in your putty, u can enjoy GUI control of you ubuntu applications under WinXP |
8
chenyaobin7 OP @Fteng328 我搞定了 是防火墙的原因 打开ubuntu的22端口即可
|
9
zhouyifei021 2013-03-15 11:46:29 +08:00 via iPhone
ddns
|