- What key does what
Todas as chaves fazem autenticação. Exceto known_hosts
, que é apenas uma lista de hosts conhecidos e suas chaves de host públicas.
- what if I have to format / reinstall new os in my system, which files to save(backup)
Todos eles.
- how is it I'm able to ssh server_2 but unable to access it via filezilla
Configuração provavelmente errada no FileZilla. Você não nos mostrou, então não temos ideia de verificar o que está errado.
- I've have a passphrase in
key
file, how can I change it
Da página de manual de ssh-keygen
:
The passphrase can be changed later by using the -p option."
ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f keyfile]
- What if I want to change
server_1.key
server_1.pem
keys just like we change our password
Gere chave pública da nova:
ssh-keygen -y [-f input_keyfile]
e substitua a chave pública antiga no ~/.ssh/authorized_keys