码迷,mamicode.com
首页 >  
搜索关键字:ssh tunnel    ( 17022个结果
通过eclipse的egit插件提交提示Auth fail
git可以add to index-->commit。但在pull的时候出现: org.eclipse.jgit.api.errors.transportexception。 解决办法: Eclipse  windows-->preferences-->general-->security-->secure storage-->contents-->GIT. 选中ssh后点击delete。 ...
分类:系统相关   时间:2014-06-10 18:29:59    阅读次数:3547
SSH(1)
假定服务器ip为192.168.1.139,ssh服务的端口号为22,服务器上有个用户为pi,两边都是ubuntu一,Init*安装如果是想用ssh从本机登陆别的机器,只需要安装openssh-client如果要使本机开放ssh服务就需要安装openssh-server偷个懒两个都安装了:$ sud...
分类:其他好文   时间:2014-06-10 16:21:37    阅读次数:259
RHEL6安装调试过程中遇到的问题集
/*** **问题集 2014/6/9 20:55:52** **Autor: Weigong Xu ** ***/ 1、 Linux中开启22端口: 22端口是ssh服务的,你只要启动ssh服务就可以了,可以执行命令“/etc/init.d/sshd start”。 然后用netstat -antulp | grep ssh看是否能看到相关信息就可以了 2、SSH-2.0-Ope...
分类:其他好文   时间:2014-06-10 06:01:07    阅读次数:360
使用ssh和putty操控远程的linux server
windows下没有openssh,今天这里使用openssh-server作为server,windows下使用putty作为client, putty主要流程分以下几步: step 1: 下载putty,url--->http://www.chiark.greenend.org.uk/~...
分类:系统相关   时间:2014-06-09 20:51:22    阅读次数:370
MongoDB分布式
安装scp mongodb-linux-x86_64-2.6.0.tgz user@host:/home/user/ssh user@hosttar zxvf mongodb-linux-x86_64-2.6.0.tgzmv mongodb-linux-x86_64-2.6.0 mongodbcd....
分类:数据库   时间:2014-06-09 20:43:24    阅读次数:226
[转]深入理解GRE tunnel
Posted in Linux Kernel at November 8th, 2012 / 1 Comment ? 我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over ...
分类:其他好文   时间:2014-06-09 17:35:09    阅读次数:211
[转]Creating an IP Tunnel using GRE on Linux
Creating an IP Tunnel using GRE on Linux Contents[hide] · 1 IP Tunelling · 2 Starting Configuration · 3 Tunnelling Objective o 3.1 Create Tunnels o 3....
分类:系统相关   时间:2014-06-09 17:34:28    阅读次数:565
[转]在openvswitch上配置GRE tunnel
Posted in Linux Application at November 13th, 2012 如果你是用 openvswitch 内置的 GRE tunnel,那么配置很简单,基本上就一条命令: ovs-vsctl add-port br0 gre0 -- set interface gre...
分类:其他好文   时间:2014-06-09 17:11:23    阅读次数:304
Wargame narnia level 4 (中文攻略)
ssh narnia4@narnia.labs.overthewire.org 然后输入密码:XXOO cat narnia4.c #include #include #include #include extern char **environ;int main(int argc,char **a...
分类:其他好文   时间:2014-06-09 16:50:12    阅读次数:370
BackTrack 5 开启SSHD服务
BackTrack 5 开启SSHD服务1service ssh start但启动后,仍然无法从远程连接,会有提示:1Read from socket failed: Connection reset by peer这个时候需要生成密钥文件,方法如下123#ssh-keygen -t rsa -f ...
分类:其他好文   时间:2014-06-09 15:27:40    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!