이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 4. Adding a Remote Console User
Fuse on Karaf is not installed with a default user for the remote console. You must add a user before you can connect to the server’s remote console. To add a user, edit InstallDir/etc/users.properties.
The information in this file is unencrypted so it is not suitable for environments that require strict security.
To add a user:
-
Open
InstallDir/etc/users.propertiesin your favorite text editor. Locate the following lines:
#admin = admin,_g_:admingroup #_g_\:admingroup = group,admin,manager,viewer,systembundles,ssh
#admin = admin,_g_:admingroup #_g_\:admingroup = group,admin,manager,viewer,systembundles,sshCopy to Clipboard Copied! Toggle word wrap Toggle overflow Note that the first line has the syntax
USER=PASSWORD,_g_:GROUP,ROLE1,ROLE2,.... In this example, the first line specifies a user,admin, with the password,admin, and the role group,admingroup.-
Uncomment both lines by removing the leading
#character. -
Change the first
adminto the desired user name. -
Change the second
adminto the desired password. - Save the changes.