Skip to content

Instantly share code, notes, and snippets.

@smcl
Created October 21, 2015 15:43
Show Gist options
  • Save smcl/d9b0200d54aef029647b to your computer and use it in GitHub Desktop.
Save smcl/d9b0200d54aef029647b to your computer and use it in GitHub Desktop.
$ ping -c 3 pyongyang.local
PING pyongyang.local (192.168.0.103) 56(84) bytes of data.
64 bytes from pyongyang.local (192.168.0.103): icmp_req=1 ttl=255 time=0.942 ms
64 bytes from pyongyang.local (192.168.0.103): icmp_req=2 ttl=255 time=0.958 ms
64 bytes from pyongyang.local (192.168.0.103): icmp_req=3 ttl=255 time=0.900 ms
--- pyongyang.local ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 0.900/0.933/0.958/0.034 ms
$ ssh pyongyang.local
sean@pyongyang.local's password:
Last login: Sat Oct 17 10:59:11 2015 from 192.168.0.105
OpenBSD 5.7 (GENERIC-OMAP) #18: Wed Mar 11 13:54:58 AEDT 2015
Welcome to OpenBSD: The proactively secure Unix-like operating system.
Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code. With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment