2008-12-04 22:20:10 +00:00
|
|
|
###############################################################################
|
2009-08-06 20:57:10 +00:00
|
|
|
# Copyright (c) 2008, 2009 IBM Corporation and others. All rights reserved.
|
2008-12-04 22:20:10 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# name/label for this windows connection
|
|
|
|
name = test_ssh_terminals_only
|
|
|
|
|
|
|
|
# profile name this connection should be created for
|
|
|
|
profile_name = junit_test_profile
|
|
|
|
|
|
|
|
# SSH system ID
|
2009-08-06 20:57:10 +00:00
|
|
|
system_type_id = org.eclipse.rse.tests.systemType.sshTerminal
|
2008-12-04 22:20:10 +00:00
|
|
|
|
|
|
|
# Address of ssh connection
|
|
|
|
address = unknown
|
|
|
|
|
|
|
|
# userid to connect to ssh connection
|
2009-08-06 20:57:10 +00:00
|
|
|
userid = unknown
|
2008-12-04 22:20:10 +00:00
|
|
|
|
|
|
|
# password to connect to ssh connection
|
2009-08-06 20:57:10 +00:00
|
|
|
#password =
|