| ############################################################################### |
| # Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| # Uwe Stieber (Wind River) - refactoring and cleanup. |
| # Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType |
| ############################################################################### |
| |
| # The default RSE host node label/name |
| name = Local |
| |
| # The default RSE profile name to store the connection to. If not set, |
| # the default system profile is used. |
| # Default: not set. Uncomment to set! |
| #profile_name = myprofilename |
| |
| # The default test connection system type if not explicitly |
| # specified different (possible values: Unix, Linux, Local, Windows, SSH Only, FTP Only) |
| #system_type = Local |
| system_type_id = org.eclipse.rse.systemtype.local |
| |
| # The default remote system ip address or dns name. |
| address = localhost |
| |
| # The default user id to use for connecting to the remote system |
| # Default: not set. Uncomment to set! |
| #userid = myuserid |
| |
| # The default users password to use for connecting to the remote system |
| # Default: not set. Uncomment to set! |
| #password = mypassword |