= Network Scanning - exercises! == Find All TCP Ports connections * Find All TCP Ports connections ** save it * Connect to *master* and run [source,bash] ---- cd /project/courses/fluentd # run ./fluentd.yml.sh ---- * Find All TCP Ports connections ** save it NOTE: try to find the differences between them! == SSH connection [source,bash] ---- ssh docker@[IP] ---- == SSH password [source,bash] ---- SSH password: SUDO password[defaults to SSH password]: ---- password: docker SUDO password: docker