Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
25a55a4d
Commit
25a55a4d
authored
Mar 07, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -n argument to ssh commands as per Chris request a few weeks ago
(or was it months)?
parent
4041e83e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
tbsetup/console_setup.in
tbsetup/console_setup.in
+1
-1
tbsetup/os_load.in
tbsetup/os_load.in
+2
-2
tbsetup/os_setup.in
tbsetup/os_setup.in
+1
-1
tbsetup/sched_reload.in
tbsetup/sched_reload.in
+2
-2
No files found.
tbsetup/console_setup.in
View file @
25a55a4d
...
...
@@ -11,7 +11,7 @@ use English;
my
$TB
=
"
@prefix
@
";
my
$DBNAME
=
"
@TBDBNAME
@
";
my
$SSH
=
"
sshtb -q -l root plastic.emulab.net
";
my
$SSH
=
"
sshtb
-n
-q -l root plastic.emulab.net
";
my
$PROG
=
"
$TB
/sbin/console_setup.proxy
";
my
$TBPID
=
"
flux
";
my
$dbg
=
1
;
...
...
tbsetup/os_load.in
View file @
25a55a4d
...
...
@@ -32,8 +32,8 @@ use English;
my
$TB
=
"
@prefix
@
";
my
$DBNAME
=
"
@TBDBNAME
@
";
my
$rsh
=
"
sshtb -q
";
my
$ssh
=
"
sshtb -q
";
my
$rsh
=
"
sshtb
-n
-q
";
my
$ssh
=
"
sshtb
-n
-q
";
my
$NETDISK
=
"
/tftpboot/netdisk
";
my
$PAPERADDR
=
"
boss.emulab.net
";
my
$PLASTICADDR
=
"
users.emulab.net
";
...
...
tbsetup/os_setup.in
View file @
25a55a4d
...
...
@@ -24,7 +24,7 @@ use English;
my
$TB
=
"
@prefix
@
";
my
$DBNAME
=
"
@TBDBNAME
@
";
my
$ssh
=
"
ssh -q
";
my
$ssh
=
"
ssh
-n
-q
";
my
$power
=
"
$TB
/bin/power
";
my
$ping
=
"
/sbin/ping
";
my
$mail
=
"
/usr/bin/mail
";
...
...
tbsetup/sched_reload.in
View file @
25a55a4d
...
...
@@ -23,8 +23,8 @@ use English;
my
$TB
=
"
@prefix
@/bin
";
my
$DBNAME
=
"
@TBDBNAME
@
";
my
$rsh
=
"
sshtb -q
";
my
$ssh
=
"
sshtb -q
";
my
$rsh
=
"
sshtb
-n
-q
";
my
$ssh
=
"
sshtb
-n
-q
";
my
$NETDISK
=
"
/tftpboot/netdisk
";
my
$power
=
"
$TB
/power
";
my
$osload
=
"
$TB
/os_load
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment