Here are the things you need to do to turn your machine into an SSH server:
- Install:
- $ sudo apt-get install tasksel
- $ sudo apt-get install openssh-server
- Commands to manage the ssh server:
- Manger SSH server at runtime
- $ service ssh <cmd>
- status
- start
- stop
- Manage SSH server for boot
- $ sudo systemctl <cmd> ssh
- enable
- disable
Comments
Post a Comment