jnk

ssh make aliases

1. go into your ssh config
linux: nano ~/.ssh/config
win: codium C:\users\%USERNAME%\.ssh\config


2. now copy the following code in there

Host exampleAlias another test
    HostName 0.0.0.0
    User sk
    Port 6969
    LogLevel INFO
    Compression yes

obviously you don't need every parameter, but HostName, User and Port are probably the most useful ones