Best way to use multiple SSH private keys on one client [closed]

From my .ssh/config: Host myshortname realname.example.com HostName realname.example.com IdentityFile ~/.ssh/realname_rsa # private key for realname User remoteusername Host myother realname2.example.org HostName realname2.example.org IdentityFile ~/.ssh/realname2_rsa # different private key for realname2 User remoteusername Then you can use the following to connect: ssh myshortname ssh myother And so on.

Switching to IPv6 implies dropping NAT. Is that a good thing?

First and foremost, there is nothing to fear from being on a public IP allocation, so long as your security devices are configured right. What should I be replacing NAT with, if we don’t have physically separate networks? The same thing we’ve been physically separating them with since the 1980’s, routers and firewalls. The one …

Read more