- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Preventing putty.exe from accessing the system
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
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
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
тАО06-03-2002 05:20 AM
тАО06-03-2002 05:20 AM
Preventing putty.exe from accessing the system
I have Ssh1AgentCompatibility set to none in my /etc/ssh2/ssh2config file. Then I do a kill -HUP on the ssh process.
That doesn't seem to give me what I what.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2002 05:27 AM
тАО06-03-2002 05:27 AM
Re: Preventing putty.exe from accessing the system
Anyway there are few ways to do this
add this:
DenyHosts IPOFPUTTYBOX
or add this:
Protocol 2 (this usually is Protocol 2,1)
or comment out this:
# HostKey for protocol version 1
# HostKey /opt/openssh2/etc/ssh_host_key
One of these should work for you.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2002 05:33 AM
тАО06-03-2002 05:33 AM
Re: Preventing putty.exe from accessing the system
And I don't know if that makes any difference.
I'm looking for other ssh config files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 07:20 AM
тАО06-12-2002 07:20 AM
Re: Preventing putty.exe from accessing the system
I have everything referencing Sshd1 set to no or none.
Restarting sshd after every change and still not getting what I need.
Anyone else have some ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 10:04 AM
тАО06-12-2002 10:04 AM
Re: Preventing putty.exe from accessing the system
ooo click on the name of a Saved Session
ooo and then on
ooo Click on the SSH category on the left.
ooo This screen should tell you if the preferred protocol is SSH1 or SSH2.
I can't really think of any way that the HP box could distinguish between clients if they both use the same protocol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2002 10:12 AM
тАО06-12-2002 10:12 AM
Re: Preventing putty.exe from accessing the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 07:31 AM
тАО06-13-2002 07:31 AM
Re: Preventing putty.exe from accessing the system
which is why I switched to it.
If you want to prevent putty
from connecting to the system
from anywhere shut down SSH.
However, I don't recommend
shutting down SSH.
I have seen some releases of
SSH respond with a password
prompt to SSH1 connections
when SSH1 was disabled. The
correct password did not
provice access.
Check the authorized_keys
files and see if the user
is listed in any of them.
On HPUX 11.x I believe you
can use tcpwrappers to limit
the addresses that can
connect to your server.
You may also be able restict
access on the network router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 07:42 AM
тАО06-13-2002 07:42 AM
Re: Preventing putty.exe from accessing the system
-Santosh