Re: [SSHd] Increasing wait time?
- From: Christian Laursen <xi@xxxxxxxxxxxxxxx>
- Date: Fri, 09 May 2008 20:52:29 +0200
Peter Boosten <peter@xxxxxxxxxxx> writes:
No, I was more thinking of:
ssh -L 4444:your.own.host:22 user@xxxxxxxxxxxxxxxxx
and then open a new shell:
scp -P 4444 the-file-you-want-to-copy user@localhost:
This works easiest with agent forwarding, but I guess any
authentication will do.
It is also worth taking a look at the ProxyCommand option.
For the case above something like this should be put in ~/.ssh/config:
Host your.own.host-tunneled
HostKeyAlias your.own.host
ProxyCommand ssh user@xxxxxxxxxxxxxxxxx nc your.own.host 22
The you can just do "ssh your.own.host-tunneled" and go through
your.friends.host transparently.
--
Christian Laursen
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: [SSHd] Increasing wait time?
- From: Peter Boosten
- Re: [SSHd] Increasing wait time?
- References:
- [SSHd] Increasing wait time?
- From: Gilles
- Re: [SSHd] Increasing wait time?
- From: Beech Rintoul
- Re: [SSHd] Increasing wait time?
- From: David Kelly
- Re: [SSHd] Increasing wait time?
- From: Beech Rintoul
- Re: [SSHd] Increasing wait time?
- From: Vince Sabio
- Re: [SSHd] Increasing wait time?
- From: Peter Boosten
- Re: [SSHd] Increasing wait time?
- From: Valeriu Mutu
- Re: [SSHd] Increasing wait time?
- From: Peter Boosten
- [SSHd] Increasing wait time?
- Prev by Date: Re: FBSD 6.2 Xeon 2.4ghz CPU and high load
- Next by Date: Re: FBSD 6.2 Xeon 2.4ghz CPU and high load
- Previous by thread: Re: [SSHd] Increasing wait time?
- Next by thread: Re: [SSHd] Increasing wait time?
- Index(es):
Relevant Pages
|