[XCSSA] Re: [SATLUG] Resuming a failed scp session...
xcssa@xcssa.org
xcssa@xcssa.org
Mon, 9 Jul 2007 20:24:25 -0500
--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mon, Jul 09, 2007 at 12:16:41AM -0500, xcssa-admin@xcssa.org wrote:
> Everyone does know about screen(1), right? How it can keep a remote sessi=
on going
> despite the loss of the original scp link, and allow reconnection to work=
in progress
> after the link is re-established?
It's invaluable.
I'm half tempted to set it as my login shell for remote systems.
But.. won't help if the link goes down long enough for TCP to timeout
(~25 mins IIRC)
BTW, rsync is almost always better, and is much faster for many small
files because it uses one SSH connection for all the files, instead of
one for each file like scp. The TCP handshake and teardown is
significant, especially if there's a long RTT, and each SSH session
requires a public-key operation (and hash).
Still, it's neat to know that you aren't hosed if you did use scp.
--=20
"That is not dead which can eternal lie, and with strange aeons even
death may die." - H.P. Lovecraft, The Call of the Cthulhu
<URL:https://www.subspacefield.org/~travis/> -><- dharma <>< advaita
For a good time on my UBE blacklist, email john@subspacefield.org.
--wac7ysb48OaltWcw
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (OpenBSD)
iQIVAwUBRpLfyWQVZZEDJt9HAQK3+g/+O0DuNS0Vlht107ZANA7jLciifenloqIB
Zi5GRthbMcvNgGoeeloq/Wq41vmdn0HXp6KMESfbd6EGZ8MR/zOIqtvS59w5BpXH
tHX8xBMdbGBNZO0BBdo/IHfq0ABS5vgtnwy/TzOoWK7vWgR7lJldY5qrkI6/dWxZ
Pw8aEU55x55aNYi1CXzi2wpA1Q6nBtFAsB1xpyJQRopiN6fcbCngQcMpKt4L4z5b
W1OKyyEumRRip2RLkIs1h9NIdOkjGru3/TDoFKg3FcKdXUBvBRBv5y8E1Ycf9OXY
uEmhPWejThpV5J0PZuzcEr7HqBBqJmniKn7q1Wc8pFvtzCKGb2XXH2h681Uej00f
BnDG3ct4cap4RZzdIsMusjRnZfJPSlKUk0f7yvL/4TvaKXIyRwFJprVUiY70mePZ
n8+2kdTg1RvNrtE6VhSotkGIDH7zvzQyPKodRTFWdTyh59tm2gDdJNlJk5eYsqNU
vYou2UszUam46hVd2tPl9kjjBU+5qxgVatZxb9MNx6FzmVtUQol1haBNybP+ELKO
PPY2CqXwUWU9oxqmw65IzLLTcXZ/ijU8LeSuYc5t2XJOKetgwtTEqbFdcsH4Y6jd
R9i4ml2T/MYvpyLkXJIdhCr4pAvoboLD1iEQnDbKPOs+YPZfryXEJS/tyR+ZUo9m
3lzRYTShwwE=
=nD7Y
-----END PGP SIGNATURE-----
--wac7ysb48OaltWcw--