|
|
|
|
|
by scrappyjoe
681 days ago
|
|
Three things I can see. Yes, I know these are achieved by using .ssh/config etc, I am just answering as a public service. 1. It links up addresses to host names so that you don’t have to remember ip addresses of servers.
2. It makes it easy to create keys and attach those keys to particular hosts, so reduces the effort required to separate keys depending on your host
3. It makes key rotation fairly easy
4. It replaces the ssh command syntax with a k8s or docker-like syntax for executing remote commands or entering a shell. So I suppose you don’t need to context switch? |
|
Um.