Skip to content

Simple script to search an OpenStack tenancy and SSH into a specified machine

Notifications You must be signed in to change notification settings

AKerr94/OpenStack-SSH-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

OpenStack-SSH-Tool

Simple script to search an OpenStack tenancy and SSH into a specified machine

Usage

You will need to download the openrc file for your tenancy from openstack and source it, or save it in the same directory as this folder with the name openrc.sh.

./ssh-tool.sh

This will run the script, which will prompt you for input for region and server name to search for, and attempt automatic login. Alternatively, these can be supplied as command line arguments with the following flags.

-r [region]

-s [server name]

-u [username]

Dependencies

This tool uses the OpenStack nova client. This can be installed independently or comes as part of the OpenStack command-line clients. Refer to the official documentation for more information: http:https://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html

About

Simple script to search an OpenStack tenancy and SSH into a specified machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages