Make downloading work on a stock buster installation

Previously it was relying on an old version of libssl being installed.

Change-Id: I9d2bb58dc96d0e7a403c7602ab7e8e034e65de91
diff --git a/debian/BUILD b/debian/BUILD
index 9b7ad4d..5c9d814 100644
--- a/debian/BUILD
+++ b/debian/BUILD
@@ -243,7 +243,7 @@
 )
 
 generate_deb_tarball(
-    name = "ssh",
+    name = "ssh_v3",
     files = ssh_debs,
 )
 
@@ -281,3 +281,7 @@
     name = "python_gtk",
     files = python_gtk_debs,
 )
+
+exports_files([
+    "ssh_wrapper.sh",
+])