APPENDIX D: CONFIGURATION OF SSH SERVER
Last updated
Was this helpful?
Last updated
Was this helpful?
The sections shows the step of the basic setup of ssh server Ubuntu 20.04.1 operating system.
Switch to root user.
$ su root
$ enter the root login password
Type the command.
$ apt-get install openssh-server
Gemini computer is now a SSH server. You can browse your folders and files from a remote machine. Type ssh username@<IP address of Gemini machine> in remote machine and provide user password of your machine.