procedure followed:
- run the colab code
- after generating the root, colab password , vnc password..etc and ssh command
- cmd=> ssh command copied from result of colab
.
link to colab code from GitHub:
followed the below site for resolving(not worked):
- https://github.com/demotomohiro/remocolab/wiki/Frequently-Asked-Questions#how-to-get-ssh-client-on-windows
- https://internet-of-tomohiro.netlify.app/google_colab/ssh.en.html
Thank you in advance @new to ssh concept
By using public key authentication, you can login to ssh server without copy&pasting a password. For example, you can generate your key with following command:
Then specify content of your public key to public_key argument of remocolab.setupSSHD() like remocolab.setupSSHD(public_key = "ecdsa-sha2-nistp521 AAA...").
See README.md of remocolab for more details: https://github.com/demotomohiro/remocolab/blob/master/README.md