From owner-freebsd-isp Mon Aug 4 07:46:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA03759 for isp-outgoing; Mon, 4 Aug 1997 07:46:47 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA03754 for ; Mon, 4 Aug 1997 07:46:45 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id HAA01010; Mon, 4 Aug 1997 07:46:17 -0700 (PDT) To: Jakob Alvermark cc: isp@FreeBSD.ORG Subject: Re: Secure connection In-reply-to: Your message of "Mon, 04 Aug 1997 16:33:07 +0200." Date: Mon, 04 Aug 1997 07:46:16 -0700 Message-ID: <1007.870705976@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > This company I work for has a couple of offices, two with internet > connection. > This two offices is situated in two different countries, Sweden and > England. The two offices wants to tranfers files to each other via the > internet. So far so good. It's possible. But, we want to do it in a > "secure" way. Both offices has firewalls that don't let anybody in. We > could "punch a hole" in our firewalls. Then we can connect to each Punch a hole through for sshd and run ssh. This will both allow interactive logins and file copies (with scp) which are fully encrypted. Jordan