diff --git a/account/dumpuser.in b/account/dumpuser.in
index 556a6bb9924b0285601f3c394588b136f76f7380..38936eace738c77db4ab88bfaf533f82eff1bf9f 100644
--- a/account/dumpuser.in
+++ b/account/dumpuser.in
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (c) 2010-2013, 2018 University of Utah and the Flux Group.
+# Copyright (c) 2010-2020 University of Utah and the Flux Group.
 # 
 # {{{EMULAB-LICENSE
 # 
@@ -178,6 +178,9 @@ sub DumpUser($)
     # Pubkeys are special.
     if (@keys) {
 	foreach my $key (@keys) {
+	    next
+		if ($key =~ /^ssh-dss/);
+	    
 	    print "<pubkeys>$key</pubkeys>\n";
 	}
     }