Displaying 4 results from an estimated 4 matches for "aaaab3nz".
2003 Jun 20
1
[PATCH] accepting changed hostkeys
...previous
key from the known_hosts file.
Since I got tired of running a remove script manually, I made this small patch
which adds the possibility to replace the real key with the string
"AcceptAllKeys" (case sensitive) in the known_hosts file.
e.g.:
replace
test,172.16.1.123 ssh-rsa AAAAB3Nz...
with
test,172.16.1.123 AcceptAllKeys
and it won't bug you anymore.
Any comments? I'm not 100% sure about the if (key == NULL) continue; part in
my patch since I haven't digged through all the sources and checked where
this lookup is used and how.
Would this patch be acceptible fo...
2008 Aug 05
1
rsync problem after ssh upgrade
...sh doesn't occur and it continues to run in the background
even when I close ssh connection.
What the reason of such changed behaviour? How can I restore to what I
have before?
authorized_keys on server:
command="rsync --daemon --config=/home/user/.ssh/rsyncd.conf",no-pty ssh-rsa AAAAB3Nz.......
rsyncd.conf on server:
[logs]
path = /home/user/log
use chroot = false
read only = true
Server sshd_config:
Port 12345
AddressFamily inet
Protocol 2
DenyUsers baduser
UseDNS no
Subsystem sftp /usr/libexec/sftp-server
On client side a script uses this line to get logs:
rsync -v -e &q...
2006 Feb 15
3
[Bug 1158] Setting the environment in authorized_keys does not work
...th all the latest patches. As per the O'Reilly book
"SSH, The Secure Shell: The Definitive Guide"
(http://www.unix.org.ua/orelly/networking_2ndEd/ssh/ch08_02.htm#ch08-65720.html)
I have prepended this string to my key in authorized_keys:
environment="LOGNAME=mhenry" ssh-dss AAAAB3Nz.....
The manpage also suggests that this syntax is supported. However, logging into
this account using my key I see that the environment is not set:
Using username "cvsstore".
Authenticating with public key "dsa-key-20051105" from agent
Last login: Wed Feb 15 18:19:15 2006 fro...
2008 Jun 12
3
[Bug 1476] New: .ssh/known_hosts does not save port number
https://bugzilla.mindrot.org/show_bug.cgi?id=1476
Summary: .ssh/known_hosts does not save port number
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at