Displaying 16 results from an estimated 16 matches for "omacs".
Did you mean:
macs
2024 Jun 02
1
[Bug 3696] New: ssh client does not respect the "-oMACs" flag
https://bugzilla.mindrot.org/show_bug.cgi?id=3696
Bug ID: 3696
Summary: ssh client does not respect the "-oMACs" flag
Product: Portable OpenSSH
Version: 9.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: root...
2008 Aug 25
3
Performance of scp with OpenSSH - 5.1p1
Hello All,
As the release notes of SSH-4.7 version says that a new MAC algorithm
(UMAC-64 - RFC4418) was introduced with OpenSSH-4.7 which gives much
better performance, I was tempted to check out the enhanced speed
provided with new version. So I downloaded OpenSSH-5.1p1 and build it on
Solaris 10 with Sun Compiler CC.
My test setup:-
1. Two Sunfire 440 with 2 CPU (1281 MHz) and 4GB RAM.
2.
2024 Apr 25
1
[PATCH] Enable ssh_config to set LogPath option (-E)
...+ b/readconf.c
@@ -156,7 +156,7 @@ typedef enum {
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
oTCPKeepAlive, oNumberOfPasswordPrompts,
- oLogFacility, oLogLevel, oLogVerbose, oCiphers, oMacs,
+ oLogFacility, oLogLevel, oLogPath, oLogVerbose, oCiphers, oMacs,
oPubkeyAuthentication,
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
@@ -271,6 +271,7 @@ static struct {...
2017 May 02
2
playing around with removing algos
On Tue, May 02, 2017 at 06:17:47PM +0200, Cristian Ionescu-Idbohrn wrote:
> $ ssh -vvv -oMacs=umac-64 at openssh.com localhost : 2>&1 | egrep -i 'macs|umac'
> debug2: MACs ctos: umac-64 at openssh.com
> debug2: MACs stoc: umac-64 at openssh.com
> debug2: MACs ctos: umac-128-etm at openssh.com,hmac-sha2-256-etm at openssh.com,hmac-sha2-512-etm at openssh.com,hmac-sha1...
2001 Mar 11
0
patch to allow client to select rsa/dss
...ration 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, oStrictHostKeyChecking, oCo...
2017 May 02
4
playing around with removing algos
...cs umac-128-etm at openssh.com,hmac-sha2-256-etm at openssh.com,
> hmac-sha2-512-etm at openssh.com,hmac-sha1-etm at openssh.com,
> umac-128 at openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
>
> umac-64* is gone, but I can still use umac-64 at openssh.com to login:
>
> $ ssh -oMacs=umac-64 at openssh.com localhost
>
> Can you confirm this behaviour?
I would investigate the debug log with -vvv switches to see what is
actually offered by server and client.
--
Jakub Jelen
Software Engineer
Security Technologies
Red Hat
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,
oUsePrivil...
2017 May 01
2
playing around with removing algos
Example, 'Macs'.
On the man page I read:
"Multiple algorithms must be comma-separated.
...
If the specified value begins with a '-' character, then the
specified algorithms (including wildcards) will be removed"
It seems that just one algo name is supported on such a line, example:
Macs -umac-64*
But this form is not supported:
Macs -umac-64*,-hmac-sha1*
nor is
2019 Oct 17
2
DSA key not accepted on CentOS even after enabling
...as able to reach my target going and editing the
/etc/sysconfig/sshd file adding the whole line obtained from the above and
adding ssh-dss
CRYPTO_POLICY='-oCiphers=aes256-gcm at openssh.com,
chacha20-poly1305 at openssh.com,aes256-ctr,aes256-cbc,aes128-gcm at openssh.com,aes128-ctr,aes128-cbc
-oMACs=hmac-sha2-256-etm at openssh.com,hmac-sha1-etm at openssh.com,
umac-128-etm at openssh.com,hmac-sha2-512-etm at openssh.com
,hmac-sha2-256,hmac-sha1,umac-128 at openssh.com,hmac-sha2-512
-oGSSAPIKexAlgorithms=gss-gex-sha1-,gss-group14-sha1- -oKexAlgorithms=
curve25519-sha256 at libssh.org,ecdh-sha2...
2004 Jun 01
1
ices2 and Icecast2 on debian configuration question
Hi there,
I have a Debian sarge 512 MB RAM machine with icecast2 and ices2 that I
installed via aptitude. I have a 3MBit/s download and 800KBit/s upload
link.
I would like to configure icecast2 and ices2 properly.
Here is my situation:
1)I have a dtdns address omac.darktech.org
2)icecast2 and ices2 on port 8000 would be fine.
3)I simply want to broadcast my 6 year old niece's voice which
2001 Oct 11
0
[patch] option to prevent connection timeout
...HostsFile, 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", oKeepAli...
2001 Mar 14
1
[PATCH] Added Null packet keepalive option
...ep
+ * 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,7 @@...
2019 Oct 17
0
DSA key not accepted on CentOS even after enabling
...ng and editing the
> /etc/sysconfig/sshd file adding the whole line obtained from the above and
> adding ssh-dss
>
> CRYPTO_POLICY='-oCiphers=aes256-gcm at openssh.com,
> chacha20-poly1305 at openssh.com,aes256-ctr,aes256-cbc,aes128-gcm at openssh.com,aes128-ctr,aes128-cbc
> -oMACs=hmac-sha2-256-etm at openssh.com,hmac-sha1-etm at openssh.com,
> umac-128-etm at openssh.com,hmac-sha2-512-etm at openssh.com
> ,hmac-sha2-256,hmac-sha1,umac-128 at openssh.com,hmac-sha2-512
> -oGSSAPIKexAlgorithms=gss-gex-sha1-,gss-group14-sha1- -oKexAlgorithms=
> curve25519-sha256 at...
2020 Oct 07
0
dbus issue on centos 7 as a lxc container
...376 7076 ? Ssl Oct06 0:03
/usr/sbin/NetworkManager --no-daemon
root 42 0.0 0.0 78536 4124 ? Ss Oct06 0:00
/usr/sbin/sshd -D
-oCiphers=aes256-gcm at openssh.com,chacha20-poly1305 at openssh.com,aes256
-ctr,aes256-cbc,aes128-gcm at openssh.com,aes128-ctr,aes128-cbc
-oMACs=hmac-sha2-256-etm at openssh.com,hmac-sha1-etm at openssh.com,umac-128-etm at openssh.com,hmac-
sha2-512-etm at openssh.com,hmac-sha2-256,hmac-sha1,umac-128 at openssh.com,hmac-sha2-512
-oGSSAPIKexAlgorithms=gss-gex-sha1-,gss-group14-sha1- -oKexAlgorithms=
curve25519-sha256,curve25519-sha256 at lib...
2001 Aug 24
2
[PATCH] SO_KEEPALIVE for port forwards
...serKnownHostsFile, 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", oKeepAli...
2006 Nov 15
11
OpenSSH Certkey (PKI)
...adconf.c
--- readconf.c 3 Aug 2006 03:34:42 -0000 1.159
+++ readconf.c 15 Nov 2006 14:14:36 -0000
@@ -117,7 +117,8 @@
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
oCompressionLevel, oTCPKeepAlive, oNumberOfPasswordPrompts,
oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs,
- oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication,
+ oGlobalKnownHostsFile2, oUserKnownHostsFile2, oCertkeyAuthentication,
+ oCAKeyFile, oPubkeyAuthentication,
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
oDynamicForward, oPreferredAuthentications,...