From 0475ed4a7e28a10f2f9e1b51bc1b07b957bea1c9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 10 Oct 2022 10:37:55 -0700 Subject: [PATCH] cmd/ssh-auth-none-demo: put the hostname in the package doc 188.166.70.128 port 2222 for now. Some hostname later maybe. Change-Id: I9c329410035221ed6cdff7a482727d30b77eea8b Signed-off-by: Brad Fitzpatrick --- cmd/ssh-auth-none-demo/ssh-auth-none-demo.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/ssh-auth-none-demo/ssh-auth-none-demo.go b/cmd/ssh-auth-none-demo/ssh-auth-none-demo.go index df4c9d2ab..dccfc3a25 100644 --- a/cmd/ssh-auth-none-demo/ssh-auth-none-demo.go +++ b/cmd/ssh-auth-none-demo/ssh-auth-none-demo.go @@ -3,9 +3,10 @@ // license that can be found in the LICENSE file. // ssh-auth-none-demo is a demo SSH server that's meant to run on the -// public internet and highlight the unique parts of the Tailscale SSH -// server so SSH client authors can hit it easily and fix their SSH -// clients without needing to set up Tailscale and Tailscale SSH. +// public internet (at 188.166.70.128 port 2222) and +// highlight the unique parts of the Tailscale SSH server so SSH +// client authors can hit it easily and fix their SSH clients without +// needing to set up Tailscale and Tailscale SSH. package main import (