summaryrefslogtreecommitdiff
path: root/utils/gdm-ssh-session
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gdm-ssh-session')
-rw-r--r--utils/gdm-ssh-session8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/gdm-ssh-session b/utils/gdm-ssh-session
deleted file mode 100644
index b70af907..00000000
--- a/utils/gdm-ssh-session
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-ZENITY=`which zenity`
-TARGETHOST=`$ZENITY --title "Host to connect to" --entry --text "Enter the name of the host you want to log in to"`
-# @@@ should probably get a user name too;
-# for now can bet set using the $USERNAME@ convention
-# @@@ should it do an ssh-add so the user doesn't have to enter its passphrase again?
-ssh -A -X -T -n "$TARGETHOST" /etc/X11/Xsession