BinaryONe commited on
Commit
1503cd5
·
1 Parent(s): a5342a3
Files changed (1) hide show
  1. WebSSH/AppHandler.py +0 -1
WebSSH/AppHandler.py CHANGED
@@ -62,6 +62,5 @@ class AppHandler(tornado.web.RequestHandler):
62
  # Return the private key to the user
63
  self.set_header('Content-Type', 'application/octet-stream')
64
  self.set_header('Content-Disposition', f'attachment; filename=id_rsa')
65
- self.set_header('response', f'ok')
66
  self.write(private_key)
67
 
 
62
  # Return the private key to the user
63
  self.set_header('Content-Type', 'application/octet-stream')
64
  self.set_header('Content-Disposition', f'attachment; filename=id_rsa')
 
65
  self.write(private_key)
66