Index: tools/gformat.py
===================================================================
--- tools/gformat.py	(revision 12360)
+++ tools/gformat.py	(revision 12433)
@@ -1133,4 +1133,8 @@
       f = open(os.path.join(NODE_DIR,"global_keys"), 'r')
       output += f.read()
+      node_keys = os.path.join(NODE_DIR,node,'authorized_keys')
+      # Fetch local keys if existing
+      if os.path.exists(node_keys):
+         output += open(node_keys, 'r').read()
       f.close()
     elif config == 'dnsmasq.conf':
