Skip to content

Focusvity/BukkitSSH

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
This branch is 7 commits ahead of rmichela:master.

Latest commit

 

Git stats

Files

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

BukkitSSH

Build Status

Compiling

DIR is your project directory. Recommended compiling method: Command Prompt (using mvn command).

  1. Open your command prompt

  2. Execute cd DIR (Ex: cd C:/Users/user/link/to/BukkitSSH)

  3. Run mvn clean install

The jar will be located in DIR/target.

For TotalFreedom

When generating a key, please use your minecraft username as the plugin's API will be using your minecraft username.

Adding Public Key

Use putty-gen (If on Windows) to help you generate the public and private key.

After generating a key, save the public key under your name with no extension (Example: Focusvity).

Save your private key and store it somewhere safe.

Place the public key in authorized_keys folder in your server's plugins folder.

Log in using the details you have set up with the username you created with the public key.

About

A plugin that gives people access to SSH console

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%