Skip to content

guillaumewuip/ssh-slack-bot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SSH Slack bot

A Slack bot to send SSH commands.

Deploy

example image 1 example image 2 example image 3

ENV

These are environment variables the bot need :

  • SSH_USER : SSH user

  • SSH_HOST : SSH server

  • SSH_PASSWORD : (optional) SSH password

  • SSH_KEY : (optional) SSH private key

    Example (need to be multiline) :

    export SSH_KEY="-----BEGIN RSA PRIVATE KEY-----
    MIIJKQIBAAKCAgEA0eLjqZYnHAExXBBVYcn3Pfl/SlbNL8QJoWiKS1mxQIoH9jAt
    ....
    AxD6OeFd8pzpCEgz/qD+rIoV0IDaHbMt/oiOZ1+wYBBfqtli861riPWf5fqH
    -----END RSA PRIVATE KEY-----"
    
  • SSH_PREFIX_CMD : (optional) String to use as prefix of every command send

    Examples :

    SSH_PREFIX_CMD=ls will allow you to build a @ls bot. Simply call @ls /my/dir, @ls -all, ...

    SSH_PREFIX_CMD=docker will allow you to build a @docker bot. Simply call @docker ps, @docker rm test, ...

  • SSH_TIMEOUT : (optional, default 4 seconds) Number of seconds after the server should have ended his response. Prevent interactive commands to lock the app.

  • SLACK_API_TOKEN : Slack token of your bot

Use

Deploy

or

git clone https://github.com/guillaumewuip/ssh-slack-bot && cd ssh-slack-bot
npm install
node index.js #with correct env var

About

A Slack bot to SSH

Resources

License

Stars

Watchers

Forks

Packages

No packages published