Skip to content

Commit a29f273

Browse files
Merge pull request #217061 from khdownie/kendownie110322-2
Added AES256 to Linux kernel table
2 parents 97fd734 + db64ee7 commit a29f273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/storage-how-to-use-files-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to mount an Azure file share over SMB on Linux and review
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/21/2022
7+
ms.date: 11/03/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -16,7 +16,7 @@ The recommended way to mount an Azure file share on Linux is using SMB 3.1.1. By
1616

1717
| Distribution | SMB 3.1.1 | SMB 3.0 |
1818
|-|-----------|---------|
19-
| Linux kernel version | <ul><li>Basic 3.1.1 support: 4.17</li><li>Default mount: 5.0</li><li>AES-128-GCM encryption: 5.3</li></ul> | <ul><li>Basic 3.0 support: 3.12</li><li>AES-128-CCM encryption: 4.11</li></ul> |
19+
| Linux kernel version | <ul><li>Basic 3.1.1 support: 4.17</li><li>Default mount: 5.0</li><li>AES-128-GCM encryption: 5.3</li><li>AES-256-GCM encryption: 5.10</li></ul> | <ul><li>Basic 3.0 support: 3.12</li><li>AES-128-CCM encryption: 4.11</li></ul> |
2020
| [Ubuntu](https://wiki.ubuntu.com/Releases) | AES-128-GCM encryption: 18.04.5 LTS+ | AES-128-CCM encryption: 16.04.4 LTS+ |
2121
| [Red Hat Enterprise Linux (RHEL)](https://access.redhat.com/articles/3078) | <ul><li>Basic: 8.0+</li><li>Default mount: 8.2+</li><li>AES-128-GCM encryption: 8.2+</li></ul> | 7.5+ |
2222
| [Debian](https://www.debian.org/releases/) | Basic: 10+ | AES-128-CCM encryption: 10+ |

0 commit comments

Comments
 (0)