- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Secure connection with SSH
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-22-2004 12:01 AM
11-22-2004 12:01 AM
Secure connection with SSH
I would like to know how I can force connection with SSH to not use Reflexion X.
I want to be able to open Xsession from ssh session also.
I want to forbidden root connection. I created /etc/securetty file but connection with Reflexion is still possible.
Somebody knows methods to implement secure connection in graphical environnment.
Thanks
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 12:23 AM
11-22-2004 12:23 AM
Re: Secure connection with SSH
ForwardX11 no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 12:30 AM
11-22-2004 12:30 AM
Re: Secure connection with SSH
Check both the files
ssh_config
sshd_config
ssh_config check for
# ForwardX11 no
sshd_config check for
#X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost no
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 12:32 AM
11-22-2004 12:32 AM
Re: Secure connection with SSH
add this line
PermitRootLogin no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 02:19 AM
11-22-2004 02:19 AM
Re: Secure connection with SSH
Try this link from itrc,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062906659
Check option 3 & 4. This shows how you can restrict access to CDE for specific user. It allow root, but you can block that.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062906659
the itrc doc id is CDEKBRC00006846
Do remember that if you are not running Reflection X on your PC. Your ssh connection would not have a X server to connect to.
Normally the way i do this is connectt through Reflection X / Exceed to a local workstation and then do ssh from there to my hp server, export the display to my local workstation and i can run x apps from my hp server.
Hope this helps.
Regds