aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 02:25:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 02:25:21 +1200
commit2200d95ff52279f895e8f2a838d7cfa78b97742b (patch)
tree451a80979cc6a334e70331750da4c1741ce523e9 /man
parentKeep SSH_TTY updated in tmux panes (diff)
downloaddotfiles-2200d95ff52279f895e8f2a838d7cfa78b97742b.tar.gz
dotfiles-2200d95ff52279f895e8f2a838d7cfa78b97742b.zip
Add sshi(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/sshi.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/sshi.1 b/man/man1/sshi.1
new file mode 100644
index 00000000..8f9ee41d
--- /dev/null
+++ b/man/man1/sshi.1
@@ -0,0 +1,15 @@
+.TH SSHI 1 "August 2016" "Manual page for sshi"
+.SH NAME
+.B sshi
+\- show human-readable details of the current SSH connection
+.SH SYNOPSIS
+.B sshi
+.SH DESCRIPTION
+.B sshi
+interprets the contents of the SSH_CONNECTION variable available in the
+environment of SSH client sessions and presents it in a slightly more
+human-readable format, including an attempt to resolve the IP addresses.
+.SH SEE ALSO
+ssh(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>