From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62a.google.com (mail-pl1-x62a.google.com [IPv6:2607:f8b0:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 5DE373833031 for ; Mon, 3 May 2021 16:02:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5DE373833031 Received: by mail-pl1-x62a.google.com with SMTP id s20so3052577plr.13 for ; Mon, 03 May 2021 09:02:39 -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=AUDCklt/S0iLDN1xzwyAXf6V2HYAFAmta0pNy+vo+qU=; b=LovaMHKG04r4TgjrxRcjVKi3uw8VNNfpbD0WpInLMHe4VsUFG9saowltsPpmxCisTM huUjhSzjTZUC0r5i7ieI3YhhmtMVCFA2qutJGBTLGOVb3koVHvVuTtNRokHrA3CCdfEp rQNVnRwRvOblXZjLVbtIgJjaJh2E8B9tVNfuSVCv3Cc2boQ0JwjXCKSIYGIbMbXeCqdh 1RNV+wcTkCKkmLiLHrk2dKVuc2bMAUV+ifnQgPtBNq2SAfuNHUqNpnyrMXpgsXWYkNjj kqieYD7CquUnyEe4oX3bCKYosX2Nu3SOxN+2sqaF1rY/2BxunrILYpSLvPfCVEa17nrx g6ew== X-Gm-Message-State: AOAM532vPi6p2fwAmMH5Obhe1eP8JEPVBRGdUH0E9QKTGraKCm5GXgTv rtWgawHHGMj09JplbblJ5LMFWAr77qLv0+SKhYzl3YYXRF0llg== X-Google-Smtp-Source: ABdhPJxMzFJPBRz37LCUgmml3F3H/UewUYqrNlLhx18oPnV5WS2LRuNwEO0fwrsqQt/dJKGOCM8ZYLdqLFPxpCty1f4= X-Received: by 2002:a17:90a:a395:: with SMTP id x21mr21612463pjp.95.1620057758296; Mon, 03 May 2021 09:02:38 -0700 (PDT) MIME-Version: 1.0 From: Michael Wild Date: Mon, 3 May 2021 18:02:28 +0200 Message-ID: Subject: python-paramiko 2.7.2-0 To: cygwin-announce@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: Mon, 03 May 2021 16:04:49 +0000 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: Mon, 03 May 2021 16:02:40 -0000 The following packages have been uploaded to the Cygwin distribution: * python36-paramiko-2.7.2-0 * python37-paramiko-2.7.2-0 * python38-paramiko-2.7.2-0 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.