由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - how to do this network setup?
相关主题
how to build corp projects in ur EC2 boxHow can these two laptops talk directly?
家里的Linux based设备rsync 20G的home directory要多长时间
Re: 有什么比较好的断点续传的 ftp/sftp 软件? (转载)其实google赶紧把gdrive搞出来,我就很高兴了
Raid1 是不是不很实用?绝望新手求助,ubuntu 804中看不到win xp共享目录
Samba + NFS + intensive backup 靠谱么?linux基本的administration的读物,推荐个?
用 rsync -a 拷 windows 系统盘成么?两台linux机器间拷贝
大家都是如何作备份的呢?DRBD, oh yeah! 分布复制 fs
请推荐简单易用的 version control 的解决方案有没有一个命令或工具可以同时作两个拷贝? (转载)
相关话题的讨论汇总
话题: ssh话题: corp话题: do话题: setup话题: ec2
进入Linux版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
I want to do build on a EC2 box, but the build needs to access our corp
maven repo,
normally you can't go from outside corp network into corp, so
I have to ssh from corp to EC2, then setup some sort of ssh tunnel.
normally I can do ssh -L or ssh -R
but I'm afraid many ports are going to be needed, but -L only allows port
forwarding on one port.
how can I do this? I think I have to put the traffic in a secure tunnel.
thanks
h**********c
发帖数: 4120
2
my understanding is that
you can not ssh back to your corp. and your maven repo doesn't provide git
or http etc.
so can you rsync your repo to your EC2 box?
using rsync, ssk-key-gen, ssh-copy-id.
1 (共1页)
进入Linux版参与讨论
相关主题
有没有一个命令或工具可以同时作两个拷贝? (转载)Samba + NFS + intensive backup 靠谱么?
文件删除用 rsync -a 拷 windows 系统盘成么?
ubuntu里有啥好用的目录同步工具?大家都是如何作备份的呢?
virtualbox里rsync巨慢无比请推荐简单易用的 version control 的解决方案
how to build corp projects in ur EC2 boxHow can these two laptops talk directly?
家里的Linux based设备rsync 20G的home directory要多长时间
Re: 有什么比较好的断点续传的 ftp/sftp 软件? (转载)其实google赶紧把gdrive搞出来,我就很高兴了
Raid1 是不是不很实用?绝望新手求助,ubuntu 804中看不到win xp共享目录
相关话题的讨论汇总
话题: ssh话题: corp话题: do话题: setup话题: ec2