Displaying 20 results from an estimated 10000 matches similar to: "ssh client password option"
2006 Sep 17
3
wishlist: option to cause /bin/sh to be used instead of user's shell
SSH, like RSH before it, invokes a command using the user's shell as
specified in the passwd file. In a mixed shell environment with some
logins csh-like and some sh-like that is sometimes very difficult to
handle. (No, I am not fond of csh.) If I could force a single shell
everywhere of course that would be preferable but sometimes I have no
control over it.
I have often wanted an option
2008 Dec 19
4
only root without password
Hi all,
I have a very strange problem with the public key authentication with 2
machines.
I generated the key, configured the authorized_keys etc.. etc.. This is
all ok, now:
The ssh works without the password for the "root" user, any other user
cannot use the key and ssh ask me for the password !!
I cannot understand why only the root is able to connect without the
password. So, the ssh
2008 Feb 10
1
Apache2::Request on CentOS 5
Hi,
Running mod_perl, and trying to get Apache2::Request installed. I can't seem
to find an RPM for it. Has anyone got this working on CentOS 5?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080210/abb1419d/attachment.html>
2003 Aug 11
1
Howto released: Using OpenLDAP on Debian Woody to serve Linux and Samba users
Hi everyone!
I'd like to finally announce "version 1.0" of my (unofficial) LDAP-Howto
"Using OpenLDAP on Debian Woody to serve Linux and Samba users":
http://homex.subnet.at/~max/ldap/
I hope it may be of help to somebody.
Of course, I'm always glad to hear about your opinion, additions,
corrections or any other kind of add-ons.
Cheers,
Max
--
The first time any
2023 Nov 12
3
restrict file transfer in rsync, scp, sftp?
I am supporting a site that allows members to upload release files. I
have inherited this site which was previously existing. The goal is
to allow members to file transfer to and from their project area for
release distribution but not to allow general shell access and not to
allow access to other parts of the system.
Currently rsync and old scp has been restricted using a restricted
shell
2007 Jan 17
4
FW: Realtime Voicemail Password Change Not Working
> I'm using asterisk 1.2.9.1 and mysql 3.23, asterisk add-ons 1.2.3.
> All seems to work normally with realtime voicemail, reads vmbox
> parameters from the db fine. When I try to change the password,
> asterisk operates normally, "enter new password" ok, "re-enter new
> password" ok, "password has been changed"
>
> There are no entries in
2011 Dec 20
3
ssh-copy-id -p port option
Hi.
I would like to add an option [-p port] to ssh-copy-id.
If this option is given then ssh-copy-id calls ssh with -p port to connect to
non-standard port.
The patch [1] adds this option to ssh-copy-id and documents it in ssh-copy-id(1) man page
[1] http://plautrba.fedorapeople.org/openssh/718674/ssh-copy-id-p-port.patch
Thanks,
Petr
diff --git a/contrib/ssh-copy-id
2025 Jan 09
1
ssh-keygen: error if file is directory
Salar Nosrati-Ershad wrote:
> On several tasks if you pass a directory as a file to ssh-keygen, the
> program wouldn't check the file mode to check if it's a directory like:
> `Saving key "./test/" failed: Is a directory`
> After asking the user to overwrite or not.
Seems an appropriate error message is emitted to the caller if the
argument is of an incorrect type.
2013 Aug 08
3
Bug#718898: cut no longer works with newline as delimiter
Bob Proulx wrote:
> Here is a patch that I believe should fix the problem. I will also
> attach it so that there won't be any mailer problems with the
> transport of it.
And I broke it in the editing of it. Drat!
> + bridge=$(brctl show | | awk 'NR==2{print$1}')
Which is obviously incorrect. Here is a hopefully correct patch.
With only one pipe in the pipeline.
---
2018 Jul 30
3
2.3.2.1 - EC keys suppport?
> On 30 July 2018 at 20:37 ????? <vtol at gmx.net> wrote:
>
>
>
> >>>>>>> facing [ no shared cipher ] error with EC private keys.
> >>>>>> the client connecting to your instance has to support ecdsa
> >>>>>>
> >>>>>>
> >>>>> It does - Thunderbird 60.0b10 (64-bit)
>
2005 Sep 07
1
Adding new users, changing admin pword, etc
Hello,
I've just begun a new job and have inherited a Samba server that I'm VERY
MUCH not familiar with. Using the instructions I was left, I am attempting
to add a new student:
login as: root
root@10.0.0.160's password:
Last login: Tue Sep 6 08:57:37 2005 from 10.0.12.18
[root@localhost ~]# cd /opt/IDEALX/sbin
[root@localhost sbin]# ./smbldap-useradd cbutts2011
[root@localhost
2006 Jul 30
2
NIST StRD linear regression
NIST maintains a repository of Statistical Reference Datasets at
http://www.itl.nist.gov/div898/strd/. I have been working through the
datasets to compare R's results to their references with the hope that
if all works well, this could become a validation package.
All the linear regression datasets give results with some degree of
accuracy except one. The NIST model includes 11 parameters,
2009 Dec 15
1
Changing Column names in (Output) csv file
Dear R helpers
Following is a part of R code.
data_lab <- expand.grid(c("R11", "R12", "R13"), c("R21", "R22", "R23"), c("R31", "R32", "R33"), c("R41", "R42", "R43"), c("R51", "R52", "R53"), c("R61", "R62", "R63"),
2010 Jul 23
5
UseR! 2010 - my impressions
Dear UseRs!,
Everything about UseR! 2010 was terrific! I really mean "everything" - the tutorials, invited talks, kaleidoscope sessions, focus sessions, breakfast, snacks, lunch, conference dinner, shuttle services, and the participants. The organization was fabulous. NIST were gracious hosts, and provided top notch facilities. The rousing speech by Antonio Possolo, who is the chief
2003 Nov 21
2
How to tell if key is encrypted?
I would like to automatically deduce in a script if an ssh key is
encrypted or not. Basically in a very particular application I want
to be the BOFH and enforce that users place a passphrase on their
id_rsa key. If they don't put a passphrase I want to send them back
to ssh-keygen until they do. I have not been able to deduce a way to
detect this yet. Any hints?
Thanks
Bob
2025 Jan 09
1
ssh-keygen: error if file is directory
There is another concept that I neglected to mention. In cases where
something is checked and then later used there is a gap of time when
the thing that was checked might be moved out of the way and replaced
with a different thing before it is used. That's a classic race
condition attack. There is really nothing to attack here but the
concept is the same.
In that case adding the directory
2015 May 08
2
Smba 4, looking for a command to show the password expiration date
On 08/05/15 12:49, Mario Pio Russo wrote:
> Hi all
>
> just going back to this, Steve can you please expalin where did you take
> this number from? 11644473600
>
> that seems not to work correctly on my system so I was lookin g how to
> tailor down the right value
>
> thanks
>
>
>
2008 May 16
3
[OT]: Passing password for a command on the fly
Hi,
First things first, sorry for the off-topic, but I've already burned
my eyes Googling and couldn't find the answer to what I need and I
remembered asking here, because I'm a long time CentOS and its mailing
list user.
Again, my apologies.
I have this command to create an FTP account:
# pure-pw useradd mario -u 502 -g 502 -n 1000 -N 200 -d /home/pages/mario
This command asks for
2009 May 27
1
How to write a loop?
Dear R helpers,
Following is a R script I am using to run the Fast Fourier Transform. The csv files has 10 columns with titles m1, m2, m3 .....m10.
When I use the following commands, I am getting the required results. The probelm is if there are 100 columns, it is not wise to define 100 commands as fk <- ONS$mk and so on. Thus, I need some guidance to write the loop for the STEP A and
2010 May 17
1
Bug#582060: logcheck-database: bind network unreachable errors
Package: logcheck-database
Version: 1.3.8
Severity: normal
After double checking that I had the most up to date logcheck-database
:-) I am seeing these lines reported.
May 17 15:29:33 localhost named[1765]: error (network unreachable) resolving 'software.majix.org/A/IN': 2001:503:ba3e::2:30#53
I believe that this line was intended to match it.
^\w{3} [ :[:digit:]]{11}