Project Description

A simple application to have an overview of the hosts from a given inventory and see its availability status. The current state of the project is completed. Started this to help myself and the team to get the available hosts easily using GUI

Goal for this Hackweek

To complete network and ssh status for hosts

Resources

https://github.com/logsnaath/refhost-mon

Looking for hackers with the skills:

host monitoring netowork status ping ssh

This project is part of:

Hack Week 23

Activity

  • almost 2 years ago: lrangasamy added keyword "status" to this project.
  • almost 2 years ago: lrangasamy added keyword "ping" to this project.
  • almost 2 years ago: lrangasamy added keyword "ssh" to this project.
  • almost 2 years ago: lrangasamy added keyword "host" to this project.
  • almost 2 years ago: lrangasamy added keyword "monitoring" to this project.
  • almost 2 years ago: lrangasamy added keyword "netowork" to this project.
  • almost 2 years ago: lrangasamy liked this project.
  • almost 2 years ago: lrangasamy originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    (Finish) Implementing SSH in Zig by lmulling

    Description

    Following Zig's philosophy of reinventing the wheel -- for the better, a while ago I've started implementing the ssh protocol in it. I've got as far as implementing all of the primitives, keys, certs, and most of the agent protocol -- what I needed at the time. Now, the aim is to finish the implementation.

    Current implementation: git.sr.ht/~mulling/zssh

    Goals

    • Have a working implementation of the ssh protocol in Zig.
    • Be flexible, as to allow for hacking of the protocol (i.e. testing PQC algorithms).
    • Be agnostic of cryptography libraries (i.e. libcrypto, leancrypto).

    Resources