Skip to content
Snippets Groups Projects
Commit 3a0063a7 authored by Robert Spencer's avatar Robert Spencer
Browse files

Enhanced README file

parent 214ddcfe
No related branches found
No related tags found
1 merge request!3Enhanced README file
Create a ~/.awit-ssh.conf configuration file like so...
[server]
uri=ldaps://server.example.com
base=dc=example,dc=com
# AWIT-SSH-Client
awit-ssh is a perl script that automates connecting to a server via ssh by looking up the user and port information from a LDAP database.
## Setup
Just run awit-ssh and it will let you know if any of its dependencies are missing.
Install them and create a ~/.awit-ssh.conf configuration file containing your LDAP server details, e.g.:
```ini
[server]
uri=ldaps://server.example.com
base=dc=example,dc=com
```
## Usage
General usage is:
```
awit-ssh hostname
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment