| Date and time note was created | $= dv.current().file.ctime |
| Date and time note was modified | $= dv.current().file.mtime |
- Full form : Secure Shell Protocol
- Purpose : to make a secure connection and get remote access to computers / servers over unsecured network.
- A protocol of the transport layer
How does it works?? SSH uses public-key cryptography to authenticate the remote computer and allow it to authenticate the user.1 It authenticates the user using a private file on local machine
References:: Academy to learn more about ssh and how to use it in general ssh-keygen(1) - Linux manual page
Foot-notes::