OpenSSH Patch


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers OpenSSH Patch
# 1  
Old 09-14-2005
OpenSSH Patch

Hi there,

I am trying to install a patch for OpenSSH that will allow for a HeartBeat function to keep me from going idle. I am using a Powerbook G4 with Tiger OS 10.4. I have downloaded the patch but when I try and run it using the command:
Quote:
NAABUR35:/sw/bin camlawler$ patch < ../../openssh-4.0p1-watchdog.1.patch/openssh-4.0p1-watchdog.patch
I get the following information:
Quote:
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|*** clientloop.c~ Tue Mar 1 19:24:33 2005
|--- clientloop.c Sat Mar 12 11:16:06 2005
--------------------------
File to patch:
I have tried to find the file that the information is looking for but I am unable to. If anyone needs to see the site that the patch came from it is HERE
# 2  
Old 09-14-2005
It looks like you're in a /bin directory. Most patch files need to be applied to the source code of the application in question. You should download the OpenSSH portable source code, unpack it, and then apply the patch. After that, when you compile the software, it will have the heartbeat functionality.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Openssh 6.8

Hi im using redhat enterprise linux 7 im trying to update to the latest openssh version 6.8 i ran the command yum update openssh and this upgraded only to version 6.6 how can i update to the latest version 6.8? thanks! (5 Replies)
Discussion started by: guy3145
5 Replies

2. UNIX for Advanced & Expert Users

Troubles with OpenSSH

Hi, I am trying to login from one AIX server to another without using a password, a basic configuration, however it doesn't seem to work. All things are in place. I have both a public and private key in the ~/.ssh folder and also have an "authorized_keys" file on the target-server containing... (5 Replies)
Discussion started by: Hille
5 Replies

3. UNIX Desktop Questions & Answers

OpenSSH

Hello, I downloaded Cygwin to practice on my coursework from home. I was told to download the OpenSSH from Cygwin website so that I can access my files from home. However, the file saves itself with a cgi extension and I have no idea as to what I am supposed to do next. I found info on some... (1 Reply)
Discussion started by: feliks0
1 Replies

4. UNIX for Dummies Questions & Answers

A problem about openssh

When I first link a computer with ssh , the information "Warning: Permanently added ... (RSA) to the list of known hosts." will be occured. How can i avoid this information without use the parameter '-q'? tks!!! (2 Replies)
Discussion started by: ragehunter
2 Replies

5. Windows & DOS: Issues & Discussions

Issue with OpenSSH

Hi, I've installed open SSH on a server and can connect to it using various clients like putty, psftp etc. When i connect to the sftp server in code using a third party component, after fetching 50 files from the sftp server, it throws an exception with ComPlusExceptioncode -532459699. There is... (1 Reply)
Discussion started by: unniplucka
1 Replies

6. IP Networking

Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a

Hello friends I'm running Redhat 9.0 with linux kernel 2.4.20-8 & have iptables version 1.2.7a & encountering a problem that I narrate down. I need to apply patch to my iptable and netfilter for connection tracking and load balancing that are available in patch-o-matic distribution by netfilter.... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies

7. Linux

openssh for linux

Hi all, I have Red Hat Linux release 7.0 (Guinness)Kernel 2.2.16-22 on an i686 and wish to know how to upgrade my openSSH (up to which version) which is an old version 2.4. thks (1 Reply)
Discussion started by: bert.n
1 Replies

8. AIX

openSSH for AIX

Has anyone installed openSSH, or any alternate ssh on AIX 5.1 if so is there a web site with quick guide of do's and don'ts for installation / setup that can be recommended. Is it a straightforward install ? (2 Replies)
Discussion started by: gefa
2 Replies

9. UNIX for Dummies Questions & Answers

OpenSSH

Help! SSH is returning the following error message: OpenSSL version mismatch. Built against 90581f, you have 90602f How can I correct this? (21 Replies)
Discussion started by: chenly
21 Replies
Login or Register to Ask a Question