This is a discussion on Re: OpenSSH_4.7p1, reverse shell within the OpenSSH Development forums, part of the Networking and Network Related category; Hayder Mouhammed wrote: > I appreciate your speedy response and your suggestions. The netstat > showing all the information was ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hayder Mouhammed wrote:
> I appreciate your speedy response and your suggestions. The netstat > showing all the information was very helpful. Does this imply that you have solved your problem? It is always nice to know when things come to conclusion. > I noticed something and I'm just curious if you have any > information. Machine C is running OpenSSH v3.7 and A & B are running > v4.7. If I switch the scenario and use A as the destination, I have > to use a -P instead of -p. However with the first method, using v4.7 > as starting point, I have to use a -p instead of -P. Was their a > change in case between the versions?? Many thanks once again. As far as I know it has always been a lower case -p option. I am currently using v4.3 from Debian's Stable release. You can also avoid the short option and spell out the long option. When in doubt I would use the long option. ssh -oPort=10000 I tend to prefer the long options when used in scripts because they are more self-documenting. Also it shouldn't be possible to confuse it with other options. Bob _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |