mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support ssh #92

Open mrlunchbox777 opened 5 months ago

mrlunchbox777 commented 5 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add ssh to the managed packages

Why?

It is the default OpenSSH client, it enables remote shells

What-should happen?

ssh should be a package in the index.json

Steps to Test

  1. jq '.packages[] | select(.name = "ssh")' resources/install/index.json should return the details for managing the ssh package

Code of Conduct

mrlunchbox777 commented 5 months ago

https://www.cyberciti.biz/faq/how-to-install-ssh-on-ubuntu-linux-using-apt-get/