From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x932.google.com (mail-ua1-x932.google.com [IPv6:2607:f8b0:4864:20::932]) by sourceware.org (Postfix) with ESMTPS id B3BB1385703A for ; Wed, 26 Aug 2020 13:43:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B3BB1385703A Received: by mail-ua1-x932.google.com with SMTP id g11so568887ual.2 for ; Wed, 26 Aug 2020 06:43:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qjcX6cSPS8B9vKTuZposhK+kWwczal8AWnLp2HABTqM=; b=bZWQre2A9VXguaxOaiMugwLMCpC0efRzetaaoX4i7kO2y1wsXMALXIuaHG9PG66pGE Vl9rMJp7h/T2b5zypzRS4HNnUSv8ilf3HUyrtAqehkRh4tuZVGVoQhN4/Nnc3woqylgY /8A6u+kcgNlnuzytrpCyqt4jJ/SBSNIBINjXUp+uu6dzVwybWHRvR6op+qoAKcVaPTb6 SsMoFQwT6bm4kEnZ6TAuTTCFPsep4TGEFLjUiqEjHA3g0C9cgy6FYI7ohzZHrwIAUlD9 n/3yAEmMVDxDMw0it5rSh+2XVv9Lq4rVXbIbMuIgn37+FY1H3U/JIqZKdj4qn8nPELs/ 4xzQ== X-Gm-Message-State: AOAM530r3tgeyB6v0DUw6PIIS4t9+BftzEikhDIbSXURXzd20zKHOW4x fr9PoiAiWL9/VuANnA8y0Pru7VuTiw+0hyejZ2q5YgF+mPKhcA== X-Google-Smtp-Source: ABdhPJx1H8xplqyoux9GDVkPiX2X+DSV4ZW1GKM9O44Je2/YUN4H4TtveAGXmsTST+UyMsQkvL0hPnRg7CbqlFuPV8k= X-Received: by 2002:ab0:4d54:: with SMTP id k20mr8474162uag.142.1598449402034; Wed, 26 Aug 2020 06:43:22 -0700 (PDT) MIME-Version: 1.0 From: Michael Wild Date: Wed, 26 Aug 2020 15:43:04 +0200 Message-ID: Subject: python-paramiko 2.7.1-1 To: cygwin-announce@cygwin.com X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Mailman-Approved-At: Wed, 26 Aug 2020 15:14:19 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 13:43:23 -0000 The following packages have been uploaded to the Cygwin distribution: * python36-paramiko-2.7.1-1 * python37-paramiko-2.7.1-1 * python38-paramiko-2.7.1-1 This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.