config UPDATE update all models to newest versions
diff --git a/modules/iana-ssh-public-key-algs@2022-06-16.yang b/modules/iana-ssh-public-key-algs@2022-06-16.yang
index 647a7ed..ae25bbc 100644
--- a/modules/iana-ssh-public-key-algs@2022-06-16.yang
+++ b/modules/iana-ssh-public-key-algs@2022-06-16.yang
@@ -5,7 +5,6 @@
 
   organization
     "Internet Assigned Numbers Authority (IANA)";
-
   contact
     "Postal: ICANN
              12025 Waterfront Drive, Suite 300
@@ -36,13 +35,8 @@
 
   revision 2022-06-16 {
     description
-      "Updated to reflect contents of the public key algorithms
-       registry on June 16, 2022.";
-  }
-
-  revision 2021-06-01 {
-    description
-      "Initial version";
+      "Reflects contents of the public key algorithms registry
+       on June 16, 2022.";
     reference
       "RFC EEEE: YANG Groupings for SSH Clients and SSH Servers";
   }
@@ -58,7 +52,6 @@
   }
 
   // Identities
-
   identity public-key-alg-base {
     description
       "Base identity used to identify public key algorithms.";
@@ -151,6 +144,7 @@
 
   identity ecdsa-sha2-nistp256 {
     base public-key-alg-base;
+    status deprecated;
     description
       "ECDSA-SHA2-NISTP256 (secp256r1)";
     reference
@@ -289,6 +283,7 @@
 
   identity x509v3-rsa2048-sha256 {
     base public-key-alg-base;
+    status deprecated;
     description
       "X509V3-RSA2048-SHA256";
     reference