Configure your SSH client on Linux

You may ease up the use of SSHing to your server by configuring your SSH client.  To do so, simply follow this quick HowTo:

1. Create a config file using your prefered text editor and paste the following in it:

For this HowTo and for simplicity sake, we'll use the following values:
Application server: app.exemple.com
Key name: exemple.key
Username: integrator

So, the following block to paste is the following (and make sure to adjust the values accordingly to your setup:

Host app.exemple.com
Hostname app.exemple.com
User integrator
IdentityFile ~/.ssh/exemple.key


2. Save the file in ~/.ssh/ and test it by accessing it using a terminal:
ssh app.exemple.com


Congrats!
  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

HTML/CSS Comment ca marche ?

L'HyperText Markup Language, généralement abrégé HTML,...

Qu'est-ce qu'un serveur dédié ?

Le client dispose alors de son propre serveur, et peut en général...

Qu'est-ce qu'un hébergement mutualisé ?

L'hébergement mutualisé est un concept d'hébergement internet destiné...

Utilisation de FileZilla

Cette étape vous expliquera comment copier des fichiers sur le serveur FTP. Les...

Référencement de votre site sur un Moteur de Recherche

Qu'est-ce qu'un Moteur de Recherche ? Un Moteur de Recherche peut s'apparenter...

Powered by WHMCompleteSolution