0
I need to connect to a server via ssh through the terminal. However, this server has a key. I have this key on my computer, I would like to know how to access the server with this key via ssh by mac terminal.
0
I need to connect to a server via ssh through the terminal. However, this server has a key. I have this key on my computer, I would like to know how to access the server with this key via ssh by mac terminal.
0
chmod 600 minha_chave.key
(attention to file extension)ssh -i minha_chave.key usuario@ipdoservidor
Enter
Browser other questions tagged terminal ssh mac
You are not signed in. Login or sign up in order to post.