diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-10-21 06:55:58 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-10-21 06:55:58 +1100 |
commit | 461f50e7ab8751d3a55e9158c44c13031db7ba1d (patch) | |
tree | 614414211c175877a5df47b4f231c8199fa0c789 /PROTOCOL | |
parent | dd4e7212a6141f37742de97795e79db51e4427ad (diff) |
Update links to https.
www.openssh.com now supports https and ftp.openbsd.org no longer
supports ftp. Make all links to these https.
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ protocol. | |||
4 | Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH | 4 | Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH |
5 | filexfer protocol described in: | 5 | filexfer protocol described in: |
6 | 6 | ||
7 | http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt | 7 | https://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt |
8 | 8 | ||
9 | Newer versions of the draft will not be supported, though some features | 9 | Newer versions of the draft will not be supported, though some features |
10 | are individually implemented as extensions described below. | 10 | are individually implemented as extensions described below. |
@@ -20,7 +20,7 @@ This is a new transport-layer MAC method using the UMAC algorithm | |||
20 | (rfc4418). This method is identical to the "umac-64" method documented | 20 | (rfc4418). This method is identical to the "umac-64" method documented |
21 | in: | 21 | in: |
22 | 22 | ||
23 | http://www.openssh.com/txt/draft-miller-secsh-umac-01.txt | 23 | https://www.openssh.com/txt/draft-miller-secsh-umac-01.txt |
24 | 24 | ||
25 | 1.2. transport: Protocol 2 compression algorithm "zlib@openssh.com" | 25 | 1.2. transport: Protocol 2 compression algorithm "zlib@openssh.com" |
26 | 26 | ||
@@ -31,7 +31,7 @@ avoids exposing compression code to attacks from unauthenticated users. | |||
31 | 31 | ||
32 | The method is documented in: | 32 | The method is documented in: |
33 | 33 | ||
34 | http://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt | 34 | https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt |
35 | 35 | ||
36 | 1.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com", | 36 | 1.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com", |
37 | "ssh-dsa-cert-v00@openssh.com", | 37 | "ssh-dsa-cert-v00@openssh.com", |