Re: anonymous ssh forwarding
I would highly discourage you from doing this, especially without the permission of your company. Just make sure that your admin knows that you are doing this and make sure that your BSD box at home is properly secured. Keep in mind that if your system at home is compromised then your system at work is open to attack. Anyhow, couldn't you just ssh into your box at home and then ssh to the system at work from there? I think this would be an easier and safer solution than creating a tunnel. Bow Sineath Class of 2006, the Citadel [EMAIL PROTECTED] - [EMAIL PROTECTED] - Original Message - From: "Toomas Laasik" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 24, 2005 5:35 PM Subject: anonymous ssh forwarding Hello, I have the following situation. Our company has a ssh server where users can connect from only specified static ip addresses. Like I have at home an ip address 1.2.3.4 and ssh server accepts connections only from it. Now I wan't to get access to that ssh server from places where I don't have static ip. I already have at home a freebsd server running with simple configutation. Is it possible to make some kind of tunnel or something so I could connect to my home freebsd machine that connects to ssh server so that ssh server 'thinks' that I'm connecting from home? Thank you in advance. Sorry for bad English Toomas - ITV - Sinu lemmiksaated internetis! http://www.itv.ee ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: anonymous ssh forwarding
Something like this may be what you want. http://www.postgresql.org/docs/current/interactive/ssh-tunnels.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Toomas Laasik Sent: Wednesday, August 24, 2005 3:21 PM To: Jonathan Glaschke; [EMAIL PROTECTED] Subject: Re: anonymous ssh forwarding > Hello, > On Thu, Aug 25, 2005 at 12:35:24AM +0300, Toomas Laasik wrote: > > Hello, > > I have the following situation. Our company has a ssh server where users can connect from only specified static ip addresses. Like I have at home an ip address 1.2.3.4 and ssh server accepts connections only from it. > > Now I wan't to get access to that ssh server from places where I don't have static ip. > > I already have at home a freebsd server running with simple configutation. Is it possible to make some kind of tunnel or something so I could connect to my home freebsd machine that connects to ssh server so that ssh server 'thinks' that I'm connecting from home? > > > > Thank you in advance. > > > > Sorry for bad English > > > > Toomas > > > Why don't you ssh into your home pc with static ip from your pc with dynamic ip > and then ssh from your home machine into your "server"? Using just ssh is no a problem. The machine with dynamic IP has WinXP and Putty on it. Setting remote command in Putty to "ssh [EMAIL PROTECTED]" eliminates even the need to type it in in putty ssh console... Anyway the problem comes when I want to use FileZilla to make SFTP connection over SSH2 connection through home computer. I've tried Putty's tunneling, but the other end of that tunnel is still my home computer even tho my home computer is connected to www server with ssh. So my approach is to find out how can I set something up on my home freebsd machine so that connecting to some port on it, it connects to www server ssh port. Toomas > > Jonathan > > > - > > ITV - Sinu lemmiksaated internetis! > > http://www.itv.ee > >=20 > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "[EMAIL PROTECTED] > rg" > > --=20 > | /" ASCII Ribbon | Jonathan Glaschke - Lorenz-G=F6rtz-Stra=DFe 71, > | / Campaign Against | 41238 M=F6nchengladbach, Tel: 02166-265876 > | XHTML In Mail | Mobil: 0162-3390789, ICQ: 231021883 > | / And News | http://jonathan-glaschke.de/ > - ITV - Sinu lemmiksaated internetis! http://www.itv.ee ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: anonymous ssh forwarding
> Hello, > On Thu, Aug 25, 2005 at 12:35:24AM +0300, Toomas Laasik wrote: > > Hello, > > I have the following situation. Our company has a ssh server where users > > can connect from only specified static ip addresses. Like I have at home an > > ip address 1.2.3.4 and ssh server accepts connections only from it. > > Now I wan't to get access to that ssh server from places where I don't have > > static ip. > > I already have at home a freebsd server running with simple configutation. > > Is it possible to make some kind of tunnel or something so I could connect > > to my home freebsd machine that connects to ssh server so that ssh server > > 'thinks' that I'm connecting from home? > > > > Thank you in advance. > > > > Sorry for bad English > > > > Toomas > > > Why don't you ssh into your home pc with static ip from your pc with dynamic > ip > and then ssh from your home machine into your "server"? Using just ssh is no a problem. The machine with dynamic IP has WinXP and Putty on it. Setting remote command in Putty to "ssh [EMAIL PROTECTED]" eliminates even the need to type it in in putty ssh console... Anyway the problem comes when I want to use FileZilla to make SFTP connection over SSH2 connection through home computer. I've tried Putty's tunneling, but the other end of that tunnel is still my home computer even tho my home computer is connected to www server with ssh. So my approach is to find out how can I set something up on my home freebsd machine so that connecting to some port on it, it connects to www server ssh port. Toomas > > Jonathan > > > - > > ITV - Sinu lemmiksaated internetis! > > http://www.itv.ee > >=20 > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "[EMAIL PROTECTED] > rg" > > --=20 > | /" ASCII Ribbon | Jonathan Glaschke - Lorenz-G=F6rtz-Stra=DFe 71, > | / Campaign Against | 41238 M=F6nchengladbach, Tel: 02166-265876 > | XHTML In Mail | Mobil: 0162-3390789, ICQ: 231021883 > | / And News | http://jonathan-glaschke.de/ > - ITV - Sinu lemmiksaated internetis! http://www.itv.ee ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: anonymous ssh forwarding
Hello, On Thu, Aug 25, 2005 at 12:35:24AM +0300, Toomas Laasik wrote: > Hello, > I have the following situation. Our company has a ssh server where users can > connect from only specified static ip addresses. Like I have at home an ip > address 1.2.3.4 and ssh server accepts connections only from it. > Now I wan't to get access to that ssh server from places where I don't have > static ip. > I already have at home a freebsd server running with simple configutation. Is > it possible to make some kind of tunnel or something so I could connect to my > home freebsd machine that connects to ssh server so that ssh server 'thinks' > that I'm connecting from home? > > Thank you in advance. > > Sorry for bad English > > Toomas > Why don't you ssh into your home pc with static ip from your pc with dynamic ip and then ssh from your home machine into your "server"? Jonathan > - > ITV - Sinu lemmiksaated internetis! > http://www.itv.ee > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- | /"\ ASCII Ribbon | Jonathan Glaschke - Lorenz-Görtz-Straße 71, | \ / Campaign Against | 41238 Mönchengladbach, Tel: 02166-265876 | XHTML In Mail | Mobil: 0162-3390789, ICQ: 231021883 | / \ And News | http://jonathan-glaschke.de/ pgpwqFlf1dcwH.pgp Description: PGP signature