<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/lib, branch debian/0.16.5</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.16.5</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.16.5'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2009-12-18T19:15:39+00:00</updated>
<entry>
<title>User deletion update</title>
<updated>2009-12-18T19:15:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-18T19:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=42144158c9036f4801289905a316de4a2b7a772e'/>
<id>urn:sha1:42144158c9036f4801289905a316de4a2b7a772e</id>
<content type='text'>
1. Allow deleting user still logged in (Bug 5067)
2. Don't allow deleting self, because that would mean killing current
   process.
</content>
</entry>
<entry>
<title>Redefine meaning of protected-user</title>
<updated>2009-12-09T22:51:15+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-09T22:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=59c50771a80bd57b9f0c82505799909b022d3023'/>
<id>urn:sha1:59c50771a80bd57b9f0c82505799909b022d3023</id>
<content type='text'>
A entry in protected-user means that the Vyatta config system should
just leave it alone.  This is intended for root, and other special
accounts.

Original code didn't work during admin anyway because of missing
sudo.
</content>
</entry>
<entry>
<title>Allow root account to not exist</title>
<updated>2009-12-08T22:49:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-08T22:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f956bfc6ee753fbbf251a7c43e7ad2573aa89c83'/>
<id>urn:sha1:f956bfc6ee753fbbf251a7c43e7ad2573aa89c83</id>
<content type='text'>
If root account is deleted, disable it rather than removing it from
passwd file and confusing everything.
</content>
</entry>
<entry>
<title>Fix configure of user</title>
<updated>2009-12-07T19:38:53+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-07T19:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=17b7a875e114c6765ec5940dda8a067b5e51da1c'/>
<id>urn:sha1:17b7a875e114c6765ec5940dda8a067b5e51da1c</id>
<content type='text'>
Previous change broke setup of root account because 'uid = 0' looks
like false so useradd called when usermod was intended.
</content>
</entry>
<entry>
<title>Fix code that generates authorized keys</title>
<updated>2009-12-05T04:23:15+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-05T04:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b614be8960a38c4a31c85f2ece5777fa01df86f3'/>
<id>urn:sha1:b614be8960a38c4a31c85f2ece5777fa01df86f3</id>
<content type='text'>
This now works.
  loadkey vyatta scp://user@host/~/.ssh/id_rsa.pub
</content>
</entry>
<entry>
<title>Rearrange the public-key configuration schema</title>
<updated>2009-12-04T23:42:35+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-04T23:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=103371d47c0d3ea4c28901810e11127de3855d5d'/>
<id>urn:sha1:103371d47c0d3ea4c28901810e11127de3855d5d</id>
<content type='text'>
New syntax:
  system login user vyatta authentication public-key user@remote type ssh-rsa
</content>
</entry>
<entry>
<title>Set modes of created authorization key (and directory)</title>
<updated>2009-12-03T23:13:24+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-03T23:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=a3dd4c078da9aefabef4a24d0af2e4382d9f74a1'/>
<id>urn:sha1:a3dd4c078da9aefabef4a24d0af2e4382d9f74a1</id>
<content type='text'>
sshd is picky about modes (and it should be), so make sure
and chmod the file.
</content>
</entry>
<entry>
<title>Update .ssh/authorized_keys as part of the login update</title>
<updated>2009-12-03T20:07:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-03T20:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=bb4083fa12386e9417e4dbae38325deb03d821e7'/>
<id>urn:sha1:bb4083fa12386e9417e4dbae38325deb03d821e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simply Radius server update</title>
<updated>2009-12-03T00:17:23+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-03T00:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=249f7eae3d1374e8e22e35113c89fc32eacdbf91'/>
<id>urn:sha1:249f7eae3d1374e8e22e35113c89fc32eacdbf91</id>
<content type='text'>
Rather than complex sed editing, just regenerate whole file.
</content>
</entry>
<entry>
<title>Fix library include</title>
<updated>2009-11-06T13:52:14+00:00</updated>
<author>
<name>Robert Bays</name>
<email>rbays@roatan.(none)</email>
</author>
<published>2009-11-06T13:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=92834105d2a01ca61a91a15672c8492e2b8371b2'/>
<id>urn:sha1:92834105d2a01ca61a91a15672c8492e2b8371b2</id>
<content type='text'>
</content>
</entry>
</feed>
