Difference between revisions of "HowTo: Accessing to the dCache Admin Console"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 4: | Line 4: | ||
= Access to the dCache Admin Console through SSH2 =  | = Access to the dCache Admin Console through SSH2 =  | ||
| − | * You can access as '''admin''' to the dCache Admin Console with the '''ssh''' command, by specifying the protocol version to version '''2  | + | * You can access as '''admin''' to the dCache Admin Console with the '''ssh''' command, by specifying the protocol version to version '''2''' and SSH port '''22224'''.  | 
* In example:  | * In example:  | ||
| − |   # ssh -2 -x -o StrictHostKeyChecking=no -l admin   | + |   # ssh -2 -x -o StrictHostKeyChecking=no -l admin -p 22224 dccore.pic.es  | 
     dCache Admin (VII) (user=admin)  |      dCache Admin (VII) (user=admin)  | ||
Latest revision as of 14:23, 13 June 2022
Ensure you have the public key in the dCache Admin server
- Please refer to HowTo: Configure SSH2 access to the Admin Console in order to ensure that you have the public key in the corresponding file
 
Access to the dCache Admin Console through SSH2
- You can access as admin to the dCache Admin Console with the ssh command, by specifying the protocol version to version 2 and SSH port 22224.
 - In example:
 
# ssh -2 -x -o StrictHostKeyChecking=no -l admin -p 22224 dccore.pic.es dCache Admin (VII) (user=admin) # (local) admin > _