derpcheck-ssh: deprecated

This commit is contained in:
2026-03-22 23:12:53 +03:00
parent 38e3be068c
commit 4f6ef3d179
2 changed files with 0 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
# server-toolset
## derpcheck-ssh
See connection details while SSH'ing to a remote with Tailscale.

View File

@@ -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