#!/bin/sh

# Rechner IP Nummern
# sudo netstat -tulpn | grep ssh
# Rechner Namen
sudo netstat -lptu | grep ssh
sudo lsof -i | grep ssh

