sdvincent / persistent_bit

MIT License
1 stars 0 forks source link

Create config files for ssh settings #9

Closed sdvincent closed 8 years ago

sdvincent commented 8 years ago

create a .json to hold configurations such as user, target, and password. Allow the ability to utilize a password list, multiple users, multiple targets.

sdvincent commented 8 years ago

json file created: etc/ssh.conf. As of now, this holds targets, usernames, and passwords. It can contain multiple values for each index. We will have to create a setup script that initializes this file but for now, default values can be set and will be overwritten with the "set" command. Values can be shown with the "check" command.

sdvincent commented 8 years ago

Closing.