java - Do I need to add new public key to the server after converting private key from PuTTY to OpenSSH format? -


i'm using jsch connect server. i'm converting private key openssh because needed (so i'm told). 2 questions are:

  1. how should name openssh file?
  2. does converted file have added server similar when adding private key generated when connecting using putty?

the name of key pair file not matter, explicitly tell jsch path file. jsch cares contents.

though convention use id_dsa or id_rsa.


if convert key pair file 1 format (e.g. putty/.ppk) (e.g. openssh) , can authenticate using key in original format, not need add new public key server. because there's no new public key. key pair (both private key , public key) still same. changes format how key stored in file.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -