Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
359a6a55
Commit
359a6a55
authored
Oct 30, 2000
by
Mac Newbold
Browse files
Change ssh to sshtb and scp to scptb
parent
91743dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/delay_setup
View file @
359a6a55
#!/usr/bin/perl -w
my
$rsh
=
"
su1 ssh
";
my
$ssh
=
"
su1 ssh
";
my
$rcp
=
"
su1 scp -q
";
my
$rsh
=
"
su1 ssh
tb
";
my
$ssh
=
"
su1 ssh
tb
";
my
$rcp
=
"
su1 scp
tb
-q
";
my
$ping
=
"
/sbin/ping
";
my
$TB
=
"
/usr/testbed/bin
";
my
$power
=
"
$TB
/power
";
...
...
Write
Preview
Supports
Markdown
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