search for: oprotocol

Displaying 20 results from an estimated 22 matches for "oprotocol".

Did you mean: protocol
2002 Jan 27
5
[PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1
...ardings yes"); fflag = tflag = 0; - while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q46S:o:F:")) != -1) + while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q1246S:o:F:")) != -1) switch (ch) { /* User-visible flags. */ + case '1': + addargs(&args, "-oProtocol=1"); + break; + case '2': + addargs(&args, "-oProtocol=2"); + break; case '4': case '6': case 'C': @@ -966,7 +973,7 @@ usage() { (void) fprintf(stderr, - "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher...
2001 Mar 11
0
patch to allow client to select rsa/dss
...the configuration file: *************** *** 107,113 **** oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts, oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression, oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, ! oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs, oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication, oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias } OpCodes; --- 108,114 ---- oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts, oBatchMode, oCheckHostIP, oStrictHostKeyChecki...
2001 Mar 07
1
patch to select pkalg
...========================================================== *** ../../openssh-2.5.1p2/readconf.c Wed Feb 14 22:02:00 2001 --- readconf.c Wed Mar 7 00:59:44 2001 *************** *** 109,115 **** oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs, oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication, ! oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias } OpCodes; /* Textual representations of the tokens. */ --- 109,116 ---- oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, oUs...
2003 Oct 12
10
[Bug 742] Allow sftp to read config file to honor "Protocol 1"
...39;t honor "Protocol|Allow sftp to read config |1" in config file |file to honor "Protocol 1" ------- Additional Comments From mouring at eviladmin.org 2003-10-12 12:57 ------- You are correct. sftp directly does a 'addargs(&args, "-oProtocol %d", sshvar)' where sshvar is *ALWAYS* a value of 2 unless you use -1 as a commandline argument. Since sftp never parses the .ssh/config nor ssh_config directly it has no clue that you want to default to protocol 1. Only the underlying ssh connection reads those files (same with scp)...
2000 Jul 05
1
OpenSSH-2.1.1p2: Is this misuse of strtok?
Is this a misuse of strtok() in OpenSSH-2.1.1p2? readconf.c:process_config_line() calls strtok() to parse config lines. When it finds oProtocol it calls compat.c:proto_spec() which in turns uses strtok(). However on return of proto_spec(), process_config_line() calls strtok() once more to (quoting from the source code) /* Check that there is no garbage at end of line. */ But surely strtok() is being called with the context established...
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it can be useful sometimes, even though I'd prefer this to be done using a trivial shell wrapper, which would be the UNIX way of doing things. Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in the way when having to maintain two versions of ssh in parallel because the ``ssh ->
2000 Jun 06
0
connection timeout
...r, oRhostsRSAAuthentication, oProxyCommand, oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts, - oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression, - oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, oTISAuthentication, - oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oIdentityFile2, + oConnectionTimeout, oBatchMode, oCheckHostIP, oStrictHostKeyChecking, + oCompression, oCompressionLevel, oKeepAlives, + oNumberOfPasswordPrompts, oTISAuthentication, oUsePrivilegedPort, + oLogLevel, oCiphers, oProtocol, oIdentityFile2, oGlobalKnownHostsFile2, oUserKnownHostsFil...
2007 Sep 18
7
[Bug 1365] New: sftp exits immediately after connection (fgets EAGAIN)
...NG: Ignoring unknown argument '-oForwardX11 no' WARNING: Ignoring unknown argument '-oForwardAgent no' WARNING: Ignoring unknown argument '-oPermitLocalCommand no' WARNING: Ignoring unknown argument '-oClearAllForwardings yes' WARNING: Ignoring unknown argument '-oProtocol 2' foglietr at 172.16.119.6's password: foglietr at 172.16.119.6's password: foglietr at 172.16.119.6's password: xset: unable to open display "" xset: unable to open display "" sftp> ~ # ~ # cat pippo ls ls ~ # sftp -b pippo -S /usr/bin/dbclient -s /usr/l...
2001 May 08
1
sftp problem
...and everything is functional. SFTP going in has been a problem since the first release including SFTP. I included the output from debug. Thanks-JWP $ sftp -v jpaint at ETwebuatbu Connecting to ETwebuatbu... debug1: SSH args "ssh -l jpaint -v ETwebuatbu -s -oForwardX11=no -oForwardAgent= no -oProtocol=2 sftp" OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f debug1: Seeded RNG with 36 bytes from programs debug1: Seeded RNG with 3 bytes from system calls debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: getuid 1009 geteuid 0 anon 1 de...
2002 Apr 03
0
[Bug 202] New: scp/ssh hangs
...#39;t know its version, but the accompanying ssh program shows "SSH version 1.2.32 [sparc-sun-solaris2.7], protocol version 1.5". I think that streaming under "ssh" doesn't work either: for example, X-connection hangs up after a while (Xfree86 on Windows). Adding "-oProtocol=1" makes everything work. I tried OpenSSH 3.0.2p1 on Windows 2000 professional with the same sshd server and copying large file causes no hanging problem. This bug seems to be related to bug #124, reported by John Brown for the AIX platform. Zhe ------- You are receiving this mail becaus...
2000 Nov 14
1
[PATCH] Added option 'RetryDelay'
...ostsFile, oConnectionAttempts, + oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts, oRetryDelay, oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression, oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, oTISAuthentication, oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oIdentityFile2, @@ -152,6 +152,7 @@ { "globalknownhostsfile2", oGlobalKnownHostsFile2 }, { "userknownhostsfile2", oUserKnownHostsFile2 }, { "connectionattempts", oConnectionAttempts }, + { "retrydelay", oRetryDelay }, { "batchmode", oBatchM...
2001 Oct 11
0
[patch] option to prevent connection timeout
...GlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts, oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression, - oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, + oCompressionLevel, oKeepAlives, oIdle, oNumberOfPasswordPrompts, oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs, oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication, oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias, @@ -178,6 +178,7 @@ { "compression", oCompression }, { "compressionlevel", oCompressionLevel }, { "keepalive", o...
2001 Oct 10
0
sftp localhost exits after authentication?
...OS (may be problem with saved ids). Might this be a problem. I have attached the debug output of the client program. Can I expect some help, Hari. bash-2.02$ sftp -v hari at localhost Connecting to localhost... debug1: SSH args "ssh -l hari -v localhost -s -oForwardX11=no -oForwardAgent=no -oProtocol=2 sftp" OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 7 geteuid 7 anon 1 debug1: Connecting to localhost [127.0.0.1]...
2001 Mar 14
1
[PATCH] Added Null packet keepalive option
...ckets to keep + * firewall connections from + * timing out */ LogLevel log_level; /* Level for logging. */ int port; /* Port to connect. */ --- readconf.c 2001/03/11 01:49:20 1.40 +++ readconf.c 2001/03/14 19:11:15 @@ -110,7 +110,7 @@ oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs, oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication, oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias, - oPreferredAuthentications + oPreferredAuthentications,oNoopMsgFrequency } OpCodes; /* Textual representations of the tokens. */ @@ -173,6 +173...
2001 Feb 20
0
sftd problem on Tru64 Unix
...ssh "OpenSSH_2.5.1p1". I have included the output of sftpd -v -v . OpenSSH was complied with the gcc version 2.95.2 19991024 Byron Jennings ______________________________________________________________________________________________ Connecting to alph01... debug: SSH args "ssh -oProtocol=2 -s -oForwardAgent=no -oForwardX11=no -v -v alph01 sftp" OpenSSH_2.5.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug: Reading configuration data /home/jennings/.ssh/config debug: Applying options for alph01 debug: Applying options for * debug: Reading configuration data /home/jennings/ss...
2001 Aug 24
2
[PATCH] SO_KEEPALIVE for port forwards
...stsFile, oUserKnownHostsFile, oConnectionAttempts, oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression, - oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, + oCompressionLevel, oKeepAlives, oKeepAlivesForward, oNumberOfPasswordPrompts, oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs, oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication, oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias, @@ -172,6 +172,7 @@ { "compression", oCompression }, { "compressionlevel", oCompressionLevel }, { "keepalive", o...
2002 Mar 10
0
[Bug 156] New: Problem interacting with SSH on DigitalUnix
...the viceversa. I have tried several versions of openssh, from 2.9 to the latest (both redhat versions and plain openssh versions), but they all generate the same problem. Here is what I get when I add the verbose option (giano is my linux box while axpfe is the True64 machine): giano:~/ >scp -oProtocol=2 -v code.c xyz at axpfe:giano.c Executing: program /usr/bin/ssh host axpfe, user xyz, command scp -v -t giano.c OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authenti...
2001 Apr 24
1
HELP! sftp hangs on exit / Bug?
...d my email > > address. > > > > Regards, > > > > Dave Hawkins > > Caltech > > dwh at ovro.caltech.edu > > > > > > > > Connecting to inyo... > > debug1: SSH args "ssh -v > > inyo -s -oForwardX11=no -oForwardAgent=no -oProtocol=2 sftp" > > OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f > > debug1: Seeding random number generator > > debug1: Rhosts Authentication disabled, originating port will not be > > trusted. > > debug1: ssh_connect: getuid 500 geteuid 500 anon 1 > &gt...
2000 Aug 24
0
patch for a few things
...ro if running in batch mode (that is, password and passphrase queries are not allowed). */ *************** *** 165,170 **** --- 175,184 ---- args[i++] = ssh_program; args[i++] = "-x"; args[i++] = "-oFallBackToRsh no"; + if (protocol==1) + args[i++] = "-oProtocol 1"; + else if (protocol==2) + args[i++] = "-oProtocol 2"; if (IPv4) args[i++] = "-4"; if (IPv6) *************** *** 262,270 **** extern int optind; fflag = tflag = 0; ! while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q46S")) != EOF)...
2000 Aug 25
1
[patch] configurable ssh_prng_cmds
...ude "entropy.h" #include "xmalloc.h" #include "compat.h" @@ -105,7 +106,8 @@ oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression, oCompressionLevel, oKeepAlives, oNumberOfPasswordPrompts, oTISAuthentication, oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oIdentityFile2, - oGlobalKnownHostsFile2, oUserKnownHostsFile2, oDSAAuthentication + oGlobalKnownHostsFile2, oUserKnownHostsFile2, oDSAAuthentication, + oPrngCommandFile } OpCodes; /* Textual representations of the tokens. */ @@ -161,6 +163,7 @@ { "numberofpasswordprompts",...