DEV Community

Discussion on: SSH - Configurations

Collapse
 
ibonkonesa profile image
Ibon

You can also create alias to connect your favourites servers. Just edit your ~/.ssh/config adding this config for each server:

Host my-server
HostName ip_to_connect
User user_to_connect

Then you will can access server just typing: ssh my-server