Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 305 Bytes

ssh.md

File metadata and controls

5 lines (3 loc) · 305 Bytes

ssh

Explored an amazing commmand used for opening my server machine terminal directly on my local terminal, to do the same earlier I used the putty software, now it can be easily done on my machine without using any other software, the command is:

ssh i "key-file" "server-user"@"server-address"