Displaying 3 results from an estimated 3 matches for "aaaab3nzac1yc2".
Did you mean:
aaaab3nzac1yc2e
2012 Mar 29
2
from= in ssh key
...ys. First one is how can I distribute a
public key with the from= field at the beginning. What I currently
have working is
ssh_authorized_key { "brandon":
user => "brandon",
ensure => "present",
type => "ssh-rsa",
key => "AAAAB3NzaC1yc2E......
}
which adds
ssh-rsa AAAAB3NzaC1yc2E......
to my authorized_keys just fine. But how do I prepend that with
from="1.1.1.1"
? Everything I''ve tried doesn''t work. Thanks.
--
You received this message because you are subscribed to the Google Groups "Pup...
2020 May 30
0
[Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
https://bugzilla.mindrot.org/show_bug.cgi?id=1602
--- Comment #8 from Marc Herbert <marc.herbert+mindrot at gmail.com> ---
Fun fact: ssh _does_ produce brackets for IPv6 addresses in
.ssh/known_hosts:
[review.openstack.org]:29418,[104.130.246.32]:29418 ssh-rsa
AAAAB3NzaC1yc2...
[review.openstack.org]:29418,[2001:4800:7819:103:be76:4eff:fe04:9229]:29418
ssh-rsa AAAAB3Nza...
But it can't parse back what it printed itself:
ssh ssh://[review.openstack.org]:29418 OK
ssh ssh://[104.130.246.32]:29418 OK
ssh ssh://[2001:4800:...
2005 Jan 12
1
read-only access without rsyncd?
Hi,
I've a setup where a special account (limited by the ssh-key) can
use rsync via ssh to make a backup of / (limited by sudo).
Obviously it needs read-access to everything. However, since he
can read everything, he could also easily _write_ everything.
Can I limit the rsync command on the server to read-only?
Thanks in advance
Martin
--
Martin Schr?der,