Displaying 20 results from an estimated 23 matches for "oport".
Did you mean:
port
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
...at googlemail.com
--- Comment #11 from Bert Wesarg <Bert.Wesarg at googlemail.com> ---
--- a/readconf.c
+++ b/readconf.c
@@ -130,6 +130,9 @@ typedef enum {
oPasswordAuthentication, oRSAAuthentication,
oChallengeResponseAuthentication, oXAuthLocation,
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward,
oLocalForward,
+#ifdef SCTP
+ oTransport,
+#endif
oUser, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
@@ -198,6 +201,...
2007 Aug 15
2
SFTP error (perhaps due not to using passive mode?)
I'm getting a weird error when I try to sFTP on a CentOS box (which I don't
have root access).
when I run:
sftp -oPort=990 user at host.domain.com
I get the following error, which I suspect is a result of not being in
"passive mode" (which works when I use Filezilla on Windows)
Connecting to host.domain.com
ssh_exchange_identification: Connection closed by remote host
Couldn't read packet: Connectio...
2002 Jul 17
2
[Patch] SSH through HTTP proxy using CONNECT
...http://www.packetdesign.com
-------------- next part --------------
diff -ur -x CVS /usr/src/crypto/openssh/readconf.c src/readconf.c
--- /usr/src/crypto/openssh/readconf.c Thu Sep 27 18:33:34 2001
+++ src/readconf.c Wed Jul 17 16:14:44 2002
@@ -108,6 +108,7 @@
#endif
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
oUser, oHost, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
+ oProxyServer, oProxyPort,
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
oCompressionLevel, oKeepA...
2015 Jul 30
3
Feature Request: Invalid sshd port fallback
I see your point and that makes valid sense;I even change default port.
"It would be better to let you know the port is wrong and fail to start
until you fixed the problem and selected a valid non-standard port."
Is there any reason something like this isn't implemented already? Could it
be implemented?
On Thu, Jul 30, 2015 at 2:02 PM Ron Frederick <ronf at timeheart.net>
2000 Feb 04
0
Patch that allows equal sign in options
...mand;
string = xstrdup("");
- while ((cp = strtok(NULL, WHITESPACE)) != NULL) {
+ while ((cp = strtok(NULL, WHITESPACE_EQ)) != NULL) {
string = xrealloc(string, strlen(string) + strlen(cp) + 2);
strcat(string, " ");
strcat(string, cp);
@@ -414,7 +415,7 @@
case oPort:
intptr = &options->port;
parse_int:
- cp = strtok(NULL, WHITESPACE);
+ cp = strtok(NULL, WHITESPACE_EQ);
if (!cp)
fatal("%.200s line %d: Missing argument.", filename, linenum);
if (cp[0] < '0' || cp[0] > '9')
@@ -434,7 +435,7 @@
case oCiph...
2004 Aug 26
2
OpenSSH PATCH: OpenCommand and CloseCommand
...ter; -2 = none */
Index: readconf.c
--- openssh-3.8p1.orig/readconf.c (.../.transvn:beginning) (revision 25)
+++ openssh-3.8p1/readconf.c (revision 25)
@@ -93,7 +93,8 @@
oPasswordAuthentication, oRSAAuthentication,
oChallengeResponseAuthentication, oXAuthLocation,
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
- oUser, oHost, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
+ oUser, oHost, oEscapeChar, oRhostsRSAAuthentication,
+ oOpenCommand, oCloseCommand, oProxyCommand,
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
oBatchMode, oCheck...
2008 Jun 12
2
Inconsistency with the option for defining the destination port
Why is there an inconsistency with the option for the destionation port.
ssh -p <port> ...
scp -P <port> ...
sftp -P <port> ...
For scp it is neccessary to be "-P" ( Quote: " Note that this option is
written with a capital 'P', because $B!](Bp is already reserved for preserving
the times and modes of the file in rcp(1)." ).
Also sftp uses already
2000 Nov 14
1
[PATCH] Added option 'RetryDelay'
...nually fix up missed diff hunks (mainly RCS idents)
diff -u --recursive openssh-2.3.0p1/readconf.c openssh-2.3.0p1-new/readconf.c
--- openssh-2.3.0p1/readconf.c Sat Oct 14 01:23:12 2000
+++ openssh-2.3.0p1-new/readconf.c Mon Nov 13 11:06:57 2000
@@ -98,7 +98,7 @@
#endif
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
oUser, oHost, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
- oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
+ oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts, oRetryDelay,
oBatchMode, oCheckHostIP, oStrictHostKe...
2023 Jul 05
1
Subsystem sftp invoked even though forced command created
On Mon, 3 Jul 2023, Jochen Bern wrote:
> On 30.06.23 17:56, MCMANUS, MICHAEL P wrote:
> > The actual command is similar to the following (parameters inserted to
> > protect the source):
> > (print ${FQDN} ; print ${Environment} ; cat ${OutFileXML}) | \
> > ssh -Ti ${EmbeddedPrivateKey} \
> > -o HostKeyAlias="${Alias}" \
2002 Nov 18
0
[Bug 438] New: SFTP does not work for users with RSH shells
...s on our Solaris 8 servers are unable to use
SFTP. rsh is included in the /etc/shells file, so that's not the issue. The rsh
shell users can SSH to the servers just fine, but they can't use SFTP. Any idea
why this is happening? here are the errors we're getting:
linuddb3# ./sftp -v -oPort=##### temp at localhost
Connecting to localhost...
OpenSSH_3.2.3p1, SSH protocols 1.5/2.0, OpenSSL 0x0090605f
debug1: Reading configuration data /apps/openssh/3.2.3p1/etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_conne...
2007 Sep 26
3
remote tar via ssh
Hi all
Can I use ssh to have remote tar files from machine A
to machine B?
ssh from machine A to machine B
tar all files in machine B to exact to machine A
Thank you
____________________________________________________________________________________
Got a little couch potato?
Check out fun summer activities for kids.
2000 Jun 06
0
connection timeout
...Any thoughts?
Ian Turner
-------------- next part --------------
diff -Naur openssh-2.1.0p3/readconf.c openssh-2.1.0p3-new/readconf.c
--- openssh-2.1.0p3/readconf.c Mon May 29 20:44:53 2000
+++ openssh-2.1.0p3-new/readconf.c Mon Jun 5 19:06:58 2000
@@ -102,9 +102,10 @@
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
oUser, oHost, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
- oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
- oCompressionLevel, oKeepAlives, oNumberOfPasswordProm...
2016 Sep 21
2
Where to look next?
...gestions about what's failing, and what the cause might be? We're trying to figure out where to go in our troubleshooting, and do not understand the meaning of this debug output.
Thanks!
Complete debug output (obfuscated to remove confidential data):
[root at client ~]# sftp -vvvv -oport=32 SOMEUSER at some.server.we.have
OpenSSH_7.2p2, OpenSSL 1.0.2h 3 May 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "some.server.we.have" port 32
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to some.server.we.have [1.2.3.4] port 32.
debug1:...
2002 Jan 23
1
Fix AFS and Kerberos interaction
...if /* AFS && KRB4 */
--- readconf.c 2002/01/23 12:18:23 1.1
+++ readconf.c 2002/01/23 12:23:17
@@ -102,7 +102,7 @@
#if defined(AFS) || defined(KRB5)
oKerberosTgtPassing,
#endif
-#ifdef AFS
+#if defined(AFS) && defined(KRB4)
oAFSTokenPassing,
#endif
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
@@ -147,7 +147,7 @@
#if defined(AFS) || defined(KRB5)
{ "kerberostgtpassing", oKerberosTgtPassing },
#endif
-#ifdef AFS
+#if defined(AFS) && defined(KRB4)
{ "afstokenpassing", oAFSTokenPassing },
#endif
{ "fallbackto...
2002 Jan 11
1
X11 forwarding, -f, error handling
I'd like a feature whereby ssh puts itself in the background after the
first successful X11 (or other port) forwarding.
The reason for this is simple: error handling.
If the application fails to open the X display and exits, then the
client can still exit with the application's exit code. But if the
application opens the X display successfully, then it can just display
any errors by
2016 Sep 21
3
Where to look next?
...lic key was correctly configured with the account, and also trying a DSA key to see if it behaves differently.
Is there anything you'd suggest we look at or try at this point, and thank you very much for your input.
[root at client ~]# sftp -vvv -oKEXAlgorithms=diffie-hellman-group14-sha1 -oport=32 SOMEUSER at IBM.SFG.SFTP.server
OpenSSH_7.2p2, OpenSSL 1.0.2h 3 May 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "IBM.SFG.SFTP.server" port 32
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to IBM.SFG.SFTP.server [1.2.3.4] port 32.
debug1:...
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
...ate mode 100644 regress/ssh-cert.sh
diff --git a/readconf.c b/readconf.c
index f1c860b..b34213d 100644
--- a/readconf.c
+++ b/readconf.c
@@ -135,6 +135,7 @@ typedef enum {
oPasswordAuthentication, oRSAAuthentication,
oChallengeResponseAuthentication, oXAuthLocation,
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
+ oCertificateFile,
oUser, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
@@ -202,6 +203,7 @@ static struct {
{ &q...
2014 May 28
1
sftp session disconnects right after passwd enter
...PubkeyAuthentication yes
AcceptEnv LANG LC_*
now when I try to connect I from outside the net to test it I see this
in the client:
Code:
dagg at NCC-5001-D ~/.ssh/sftp_keys $ sftp -oPort=11113
-oIdentityFile=id_rsa [1]sftp_user at 111.111.111.111
Authenticated with partial success.
Password:
Connection closed
I'm sure the passwd is correct because su - sftp_user with that same...
2002 Dec 30
2
Problem while exiting sftp on SX-6...
...host.
debug1: channel_free: channel 0: server-session, nchannels 1
debug1: Received SIGCHLD.
debug1: session_close: session 0 pid 9679
Closing connection to 204.160.252.25
---------------------------------------------------------------------
Client side (I pressed ^C on client side): -
$ ./sftp -oPort=12020 -oLogLevel=DEBUG3 perl at sx6ihcl
Connecting to sx6ihcl...
debug1: Reading configuration data /usr/local/etc/ssh_config
debug3: Seeing PRNG from /usr/local/libexec/ssh-rand-helper
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: restore_uid
debug1: ssh_con...
2001 Nov 20
3
problem with AFS token forwarding
Hello,
I came across an interoperability problem in OpenSSH 3.0p1 and 3.0.1p1
concerning the AFS token forwarding. That means that the new versions are
not able to exchange AFS tokens (and Kerberos TGTs) with older OpenSSH
releases (including 2.9p2) and with the old SSH 1.2.2x. In my opinion this
problem already existed in Openssh 2.9.9p1, but I have never used this
version (I only looked at the