summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-12-19 17:29:29 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-12-19 17:29:29 +0000
commitac5d52c3d028b186006df4acaab5a7d2dde74c02 (patch)
treea2ef2e3402fa76baee6d258afc5db839d17bfa6e
parent1fe7a3db61ad91a686a118d7568029b0d0ba9ed5 (diff)
rapid-tunneling: Use 'root' as username on server
Use the username 'root' as the default username in the .ssh/config stanza. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@10211 283159da-0705-0410-b60c-f2062b4bb6ad
-rwxr-xr-xrtadm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtadm b/rtadm
index f458235..dd16cb7 100755
--- a/rtadm
+++ b/rtadm
@@ -48,7 +48,7 @@ create()
cat >> ~/.ssh/config.new <<EOF
Host ra-$COMMENT
HostName localhost
- User rapid-tunneling
+ User root
Port $TUNNEL_PORT
IdentityFile ~/ra/$key_comment-key
ForwardX11 no