HPE GreenLake Administration
Operating System - HP-UX
        1839904
        Members
    
    
        3113
        Online
    
    
        110157
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 09:31 PM
09-17-2010 09:31 PM
			
				
					
						
							ssh
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Dear all,
we are using hp-ux 11i.v3,B.11.31. in rx8640.
How can i implement passwordless ssh sessions<
can any one guide us with all details(step by step)please ......
best Regards
rakunta
		
		
	
	
	
we are using hp-ux 11i.v3,B.11.31. in rx8640.
How can i implement passwordless ssh sessions<
can any one guide us with all details(step by step)please ......
best Regards
rakunta
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 10:01 PM
09-17-2010 10:01 PM
			
				
					
						
							Re: ssh
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						It should be pretty similar to scp and a bunch of other threads on this topic:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1448074
		
		
	
	
	
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1448074
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2010 04:02 PM
09-18-2010 04:02 PM
			
				
					
						
							Re: ssh
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Please try the following:
ServerA and ServerB both should run the ssh daemons.To allow ServerA to SSH to ServerB without password
Login to the source server (server A)
# ssh-keygen -t rsa
accpet all defaults sttings.
This generates two files id_rsa.pub and id_rsa
Now,id_rsa.pub needs to be appended to the authorized_keys file on ServerB
Rename this file to some other name , for identification.
#mv id_rsa.pub_rsa.pub
copy this file to serverB.
# scp_rsa.pub ServerB:~/.ssh/_rsa.pub
Login to server B
move to the .ssh folder under your home directory
Take a backup of the file authorized_keys
#cp -p authorized_keys authorized_keys.backup
# cat_rsa.pub >> authorized_keys
Now try login from server A to B
Note: If you are implementing it first time there will not be any authorized_keys file. So you can simply rename the file id_rsa.pub_rsa.pub to authorized_keys
Repeat this process starting from server B to A to allow passwordless login from server B to A     
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
ServerA and ServerB both should run the ssh daemons.To allow ServerA to SSH to ServerB without password
Login to the source server (server A)
# ssh-keygen -t rsa
accpet all defaults sttings.
This generates two files id_rsa.pub and id_rsa
Now,id_rsa.pub needs to be appended to the authorized_keys file on ServerB
Rename this file to some other name , for identification.
#mv id_rsa.pub
copy this file to serverB.
# scp
Login to server B
move to the .ssh folder under your home directory
Take a backup of the file authorized_keys
#cp -p authorized_keys authorized_keys.backup
# cat
Now try login from server A to B
Note: If you are implementing it first time there will not be any authorized_keys file. So you can simply rename the file id_rsa.pub
Repeat this process starting from server B to A to allow passwordless login from server B to A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2010 08:54 PM
09-18-2010 08:54 PM
			
				
					
						
							Re: ssh
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
Go through attached document.
Chandra
		
		
	
	
	
Go through attached document.
Chandra
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
