Coder Social home page Coder Social logo

rapier1 / hpn-ssh-archive Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 6.0 2.36 MB

HPN-SSH is a set of patches designed to enhance OpenSSH

Home Page: http://www.psc.edu/networking/projects/hpn-ssh

License: Other

KRL 0.15% C 94.12% C++ 0.39% Shell 4.86% Perl 0.05% Objective-C 0.16% Awk 0.27%

hpn-ssh-archive's People

Contributors

rapier1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hpn-ssh-archive's Issues

sshd re-exec requires execution with an absolute path

Hi
I have installed hpn-ssh according to instructions given in INSTALL document but after installation i am not able ssh the machine from any other ssh client. when i used sshd command on my machine i am facing the above error.

scp-hpn execs vanilla ssh

Build with default prefix and use EXEEXT=-hpn.
When you execute scp-hpn, you will find that under the hood it execs the vanilla ssh:

strace -f /usr/bin/scp-hpn -vvvv -P 8000 /etc/motd dm5:/tmp/ 2>&1 |grep exec
execve("/usr/bin/scp-hpn", ["/usr/bin/scp-hpn", "-vvvv", "-P", "8000", "/etc/motd", "dm5:/tmp"...], [/* 58 vars */]) = 0
[pid 14724] execve("/usr/bin/ssh", ["/usr/bin/ssh", "-x", "-oForwardAgent=no", "-oPermitLocalCommand=no", "-oClearAllForwardings=yes", "-oRemoteCommand=none", "-oRequestTTY=no", "-v", "-v", "-v", "-v", "-p", "8000", "--", "dm5", "scp -v -t /tmp/", ...], [/* 58 vars */]) = 0

Next I built with prefix=/home/walter/sw and EXEEXT=-hpn.
Now scp-hpn tries executing /home/walter/sw/bin/ssh, which is not installed:

$ strace -f ./scp-hpn -vvv /etc/issue localhost:/tmp/ 2>&1 |grep exec
execve("./scp-hpn", ["./scp-hpn", "-vvv", "/etc/issue", "localhost:/tmp/"], [/* 65 vars */]) = 0
[pid 29588] execve("/home/walter/sw/bin/ssh", ["/home/walter/sw/bin/ssh", "-x", "-oForwardAgent=no", "-oPermitLocalCommand=no", "-oClearAllForwardings=yes", "-oRemoteCommand=none", "-oRequestTTY=no", "-v", "-v", "-v", "--", "localhost", "scp -v -t /tmp/"], [/* 65 vars */]) = -1 ENOENT (No such file or directory)

Solution/workaround: build with a prefix dir dedicated to ssh-hpn, and use a blank EXEEXT.

I really do like having the extension -hpn on the command names, so hopefully you can make a fix.

SSH login not allowed Openbsd 6.1

After downloading the HPN patch (7.5) & openSSH (7.5p1) and compiling under a generic build of OpenBsd 6.1, ssh logins do not work. I did a standard ./configure , make , make install (after applying the patch).
After the install when an existing (or new) user attempts to login I get "Permission denied, please try again."

The last build I did of this on was OpenBsd 5.8 and didn't have to do anything in particular outside of the above mentioned (./configure/ make/ make install).

If you need additional information etc. , please let me know and I will provide it for you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.