Hacker News new | ask | show | jobs
by kstrauser 1803 days ago
Examples, starting with a new connection to a server I haven't accessed recently:

  ᐅ time ssh myserver exit
  
  Executed in    1.66 secs
Now visiting it again uses the existing connection:

  ᐅ time ssh mastodon exit
  
  Executed in   55.89 millis
1 comments

(Assume the hostname is identical in both cases. I edited one and not the other. Oops!)