cyberfly
5/15/2019 - 6:27 AM

How to easy ssh using alias

nano ~/.ssh/config

put below contentent
---
Host *
 UseKeychain yes
 
Host integrasolid
    User integrasolid
    HostName 178.121.211.141
    Port 22
    
---

to use, just type in terminal:

ssh integrasolid