Displaying 20 results from an estimated 23 matches for "usersh".
Did you mean:
users
2008 Nov 27
2
OT: bash script for passwd and shadow manipulation
Hi,
i need to extract some information from the /etc/passwd file to be
used as a command input in a mail software. My /etc/passwd looks like:
k.thomas:x:1918:100:Kimaura Thomas:/home/users/k.thomas:/bin/usersh
My main issue here is that the fifth field contains spaces and spanish
chars with accent. I currently do not posess the skill to understand
how to use cut to extract all the field.
So far, cut returns the name up to the space, so in this case it will
return Kimaura and not Kimaura Thomas.
Can you p...
2002 Jun 21
6
OpenSSH 3.3 released
...ver configuration options have
been moved to ssh_config(5) and sshd_config(5).
- the server now supports the Compression option, see sshd_config(5).
- the client options RhostsRSAAuthentication and RhostsAuthentication now
default to no, see ssh_config(5).
- the client options FallBackToRsh and UseRsh are deprecated.
- ssh-agent now supports locking and timeouts for keys, see ssh-add(1).
- ssh-agent can now bind to unix-domain sockets given on the command line,
see ssh-agent(1).
- fixes problems with valid RSA signatures from putty clients.
Reporting Bugs:
===============
- please read http:...
2000 Feb 09
0
Bug#54823: openssh: config file parse error
...to openssh and it seems
> that openssh doesn't allow an additional `=' in the
> config file options - but ssh 1.2.27 does.
>
> Attached is my ~/.ssh/config.
>
> Markus
>
>
> #
> # ~/.ssh/config
> #
>
> Host *
> FallBackToRsh = no
> UseRsh = no
Hi Markus,
I think you'll find this is an undocumented feature of ssh-nonfree,
and that OpenSSH is implementing the manual as it's written. That
hardly qualifies as an ``Important'' bug IMO. ``Wishlist'', maybe.
Anyway, if the upstream authors agree that it shouldn&...
2002 Jul 05
0
[Bug 338] New: X11 forwarding no longer works after upgrading from 2.9.9p2 to 3.4p1
...file.
The debugging files, and build output, indicate xauth was found and is
being run.
As far as I recall, I only made two other changes at the time 3.4p1
was installed. One was to put "Protocol 2" in sshd_config to disable
protocol version 1. The other was to comment out some "UseRSH" lines in
my own $HOME/.ssh/config file since that no longer appears to be supported
(which is very unfortunate -- but that's a different matter).
The following file:
ftp://gandalf.cc.purdue.edu/pub/ssh/ssh-X11-bug.tgz
contains copies of my config files, the build environment output,...
2001 Nov 11
1
[PATCH]: Change contrib/cygwin/ssh-host-config
...ts for various options
# Host *
-# ForwardAgent yes
-# ForwardX11 yes
-# RhostsAuthentication yes
+# ForwardAgent no
+# ForwardX11 no
+# RhostsAuthentication no
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
@@ -244,22 +244,14 @@ then
# UseRsh no
# BatchMode no
# CheckHostIP yes
-# StrictHostKeyChecking no
+# StrictHostKeyChecking yes
+# IdentityFile ~/.ssh/identity
+# IdentityFile ~/.ssh/id_dsa
+# IdentityFile ~/.ssh/id_rsa
# Port 22
# Protocol 2,1
-# Cipher 3des
+# Cipher blowfish
# EscapeChar ~
-
-# Be par...
2000 Jul 05
1
some problems reading rsa/dsa keys
...beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
# Host *
# ForwardAgent yes
# ForwardX11 yes
# RhostsAuthentication yes
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh yes
# UseRsh no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking no
# IdentityFile ~/.ssh/identity
# Port 22
# Protocol 2,1
# Cipher 3des
# EscapeChar ~
# Be paranoid by default
Host *
ForwardAgent no
ForwardX11 yes
RSAAuthentication yes
FallBackToRsh...
2001 Feb 19
1
scp doesn't work with sshd 2.5.1p1 on Solaris 2.6
...beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
# Host *
# ForwardAgent yes
# ForwardX11 yes
# RhostsAuthentication yes
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh yes
# UseRsh no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking no
# IdentityFile ~/.ssh/identity
# Port 22
# Protocol 2,1
# Cipher 3des
# EscapeChar ~
# Be paranoid by default
Host *
ForwardAgent no
ForwardX11 yes
FallBackToRsh no
Cipher blowfish
-------------- next part ---------...
2001 Apr 11
1
openssh 2.5.2p2/Solaris 5.8 problems
...i:/[42] cat /var/ssh/ssh_config
Host *
ForwardAgent yes
ForwardX11 yes
RhostsAuthentication yes
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
FallBackToRsh yes
UseRsh no
BatchMode no
CheckHostIP yes
StrictHostKeyChecking no
GlobalKnownHostsFile /var/ssh/ssh_known_hosts
IdentityFile ~/.ssh/identity
Port 22
Protocol...
2000 Mar 03
7
[PATCH] Add a Maximum Idle Time (1.2.2)
...&readset, &writeset, options.trans_inter);
if (quit_pending)
break;
diff -ur openssh-1.2.2/readconf.c openssh-1.2.2-trans_inter/readconf.c
--- openssh-1.2.2/readconf.c Sun Dec 5 16:47:29 1999
+++ openssh-1.2.2-trans_inter/readconf.c Fri Mar 3 11:21:12 2000
@@ -78,6 +78,7 @@
UseRsh no
StrictHostKeyChecking yes
KeepAlives no
+ TransmitInterlude 0
IdentityFile ~/.ssh/identity
Port 22
EscapeChar ~
@@ -101,8 +102,8 @@
oUser, oHost, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAtt...
2001 Sep 02
0
ssh failure at password query
...the beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
# Host *
# ForwardAgent no
# ForwardX11 no
# RhostsAuthentication no
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh no
# UseRsh no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking yes
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_dsa
# IdentityFile ~/.ssh/id_rsa
# Port 22
Protocol 2
Cipher blowfish
Ciphers blowfish-cbc,cast128-cbc,arcfour
# EscapeChar ~
UserKnownHostsFile...
2000 Nov 15
4
Openssh-2.3.0p1 protocol 2 problem
...at the beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
Host *
ForwardAgent no
ForwardX11 no
RhostsAuthentication no
RhostsRSAAuthentication no
RSAAuthentication yes
PasswordAuthentication yes
FallBackToRsh no
UseRsh no
BatchMode no
CheckHostIP yes
StrictHostKeyChecking no
IdentityFile ~/.ssh/identity
Port 22
# Protocol 2,1
Cipher blowfish
EscapeChar ~
# Debug Log
LogLevel DEBUG
Well everything works fine with protocol 1 but failed with protocol 2.
And here is some debug info...
2002 Jul 03
1
[PATCH]: Change Cygwin contrib files to better support PrivSep
...ta is parsed as follows:
# 1. command line options
@@ -237,20 +279,19 @@ then
# ForwardAgent no
# ForwardX11 no
# RhostsAuthentication no
-# RhostsRSAAuthentication yes
+# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
-# FallBackToRsh no
-# UseRsh no
# BatchMode no
# CheckHostIP yes
-# StrictHostKeyChecking yes
+# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_dsa
# IdentityFile ~/.ssh/id_rsa
# Port 22
# Protocol 2,1
-# Cipher blowfish
+# Cipher 3des
+# Ciphers aes128-cbc,3des...
2001 Jan 18
0
OpenSSH v2.3.0p1 on Solaris 2.7/2.8 vs. OpenBSD 2.8
...beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
# Host *
# ForwardAgent yes
# ForwardX11 yes
# RhostsAuthentication yes
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh no
# UseRsh no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking no
# IdentityFile ~/.ssh/identity
# Port 22
Protocol 2,1
Cipher blowfish
Ciphers aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc,cast128-cbc
# EscapeChar ~
-------------- next part --------------
# This is ssh server sys...
2004 Aug 24
1
Possible problem with hostbased protocol 1 rhosts authentication
...he beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
# Host *
# ForwardAgent no
# ForwardX11 no
# RhostsAuthentication yes
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh no
# UseRsh no
# BatchMode no
# CheckHostIP yes
StrictHostKeyChecking no
UsePrivilegedPort yes
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_dsa
# Port 22
# Protocol 2,1
# Cipher 3des
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192...
2001 Jan 18
1
New configuration scripts for Cygwin
...beginning of the
# configuration file, and defaults at the end.
# Site-wide defaults for various options
# Host *
# ForwardAgent yes
# ForwardX11 yes
# RhostsAuthentication yes
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# FallBackToRsh no
# UseRsh no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking no
# Port 22
# Protocol 2,1
# Cipher 3des
# EscapeChar ~
# Be paranoid by default
Host *
ForwardAgent no
ForwardX11 no
FallBackToRsh no
# Try authentification with the following identities
Id...
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
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
...lgorithms ssh-rsa,ssh-dss
UsePrivilegedPort yes
PreferredAuthentications
hostbased,publickey,keyboard-interactive,password
NoHostAuthenticationForLocalhost no
BatchMode no
PasswordAuthentication yes
NumberOfPasswordPrompts 3
RSAAuthentication yes
PubkeyAuthentication yes
UseRsh no
FallBackToRsh no
RhostsAuthentication yes
RhostsRSAAuthentication yes
HostbasedAuthentication yes
ClearAllForwardings no
ForwardAgent yes
ForwardX11 yes
GatewayPorts yes
On the Sun server, here is the /etc/ssh/sshd_config file ...
PidFile /etc/ssh/sshd.pid
Port 22...
2001 Nov 12
4
Please test -current
Could people please test -current? We will be making a release fairly
soon.
-d
--
| By convention there is color, \\ Damien Miller <djm at mindrot.org>
| By convention sweetness, By convention bitterness, \\ www.mindrot.org
| But in reality there are atoms and space - Democritus (c. 400 BCE)
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
2000 Oct 28
11
Another shapshot
I have just uploaded another snapshot to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20001028.tar.gz
Please test this one extra hard, it is likely to become 2.3.0p1 early
next week.
Regards,
Damien Miller
--
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of