Hook
so when we're trying to SSH into a remote server from command line we can pass in the port number or your identity file from the command line like this. or you can have a config file so every time you can just ssh into an alias you gave to the whole configuration. so this is my actual config file. It's in your home directory under the folder .ssh the name is config and if you don't have it you can just create a one yourself. for each configuration we started with the keyword Host and if you add a * you're configuring it globally and for a specific host you can give it an alias like capstone github then you specify the username host name and your private key Path to the private key. I'm pretty sure I don't have access to the capstone server anymore I'm gonna remove it after this but when I had access I can just do SSH capstone which is the alias I gave this configuration and I don't have to remember the host name and I don't have to remember my username on the server just use alias cause everything's already configured here
More breakout videos from this creator.