Skip to content

modzilla99/osssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSSSH - OpenStack SSH

Use the magic of NetworkNamespaces and the local MetadataPort to port-forward a tcp-port to VM without a floating IP address.

⚠ Warning

The code is probably written very poorly as it is my first golang project. It's barely working and should be considered as a PoC.

Issues

  • Cannot create listener sometimes
  • Netnsproxy will not stop on premature exit
  • Netnsproxy compiled against glibc
  • cleanup Routine needs to be refactored

Run

$ osssh -u myusername $uuid

Build

$ go build -o osssh cmd/osssh/osssh.go

About

OpenStack SSH

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages