diff --git a/derpcheck-ssh/README.md b/derpcheck-ssh/README.md deleted file mode 100644 index 185681c..0000000 --- a/derpcheck-ssh/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# server-toolset - -## derpcheck-ssh - -See connection details while SSH'ing to a remote with Tailscale. diff --git a/derpcheck-ssh/ssh.fish b/derpcheck-ssh/ssh.fish deleted file mode 100644 index 241d58b..0000000 --- a/derpcheck-ssh/ssh.fish +++ /dev/null @@ -1,12 +0,0 @@ -function ssh --wraps ssh - if test (count $argv) -eq 1 - set -l target_host $argv[1] - set -l ts_status (tailscale status | grep -i -- "$target_host") - if test -n "$ts_status" - echo "$ts_status" - echo "" - end - end - - command ssh $argv -end \ No newline at end of file