Example: SRC User Accounts
The following example shows the configuration for user accounts for three system users and the template user “ remote.” All users use one of the default system login classes.
- system login user philip {
- class super-user;
- full-name “ Philip of Macedonia” ;
- uid 1001;
-
- authentication {
- }
- ssh-authorized-keys [ "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAA
IEAvSqAWNdMTQJS9eqG1eq
- RANI3ML4hH+u7WX/HP0W82gDSPpjghnt1e5de3D8UkuIIEUB
f1obgy/7AKc98FqAIvVp5onCiMg8ELD6
- RYkgOgo7U6zERB25qy3sK1Rn9NzrB20qLzbvAcZW1NIePmf
1R99d/Rge7kB/5k6fq3NOG0fc= id@server" "ssh-rsa AAAAB3NzaC1yc2EA
AAABIwAAAIEAxlwe9HfZ78vbdfq1+AY0uCF79yGPxgGuw
- GZd9QVdT+dniwGh/4HwLITvKd8SYrhmJsyhz5dWuZm94JSwQ
osm9BVhJwREt39NYIkLWOjGIMkk8Cxw4
- TkpFfeIz1cSbeFxtFBFVaBbo4YkEv5ItbuxwvbTWURkvsQa2VJXA
qIs7z8= id2@server2
- eriand" "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwwOoUD4
m+SazgzF2kRIq5Y2+Ix2zQbCxqBS
- D1rmW92eLPOQIBv/sEy2d8UNeHpoKot9Px8q9ABriOyONc7v
qNsSVnAMyicQB786uHoabSErVIYscapT
- YvIGg+olbdhKySbSxOoXMehhgoQS0JZxHCbxsQJip7/7vJPCjRG
U8Xq0= id@server3" ];
- user alexander {
- full-name “ Alexander the Great” ;
- uid 1002;
- class view;
-
- authentication {
- }
- ssh-authorized-keys [ "ssh-rsa
- AAAAB3NzaC1yc2EAAAABIwAAAIEAvSqAWNdMTQJS9eqG1eq
- RANI3ML4hH+u7WX/HP0W82gDSPpjghnt1e5de3D8UkuIIEUBf1obgy
- /7AKc98FqAIvVp5onCiMg8ELD6
- RYkgOgo7U6zERB25qy3sK1Rn9NzrB20qLzbvAcZW1NIePmf1R99d
- /Rge7kB/5k6fq3NOG0fc= id@server" "ssh-rsa
- AAAAB3NzaC1yc2EAAAABIwAAAIEAxlwe9HfZ78vbdfq1+AY0uCF79y
- GPxgGuw
- GZd9QVdT+dniwGh/4HwLITvKd8SYrhmJsyhz5dWuZm94JSwQosm9
- BVhJwREt39NYIkLWOjGIMkk8Cxw4
- TkpFfeIz1cSbeFxtFBFVaBbo4YkEv5ItbuxwvbTWURkvsQa2VJXA
- qIs7z8= id2@server2
- eriand" "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwwOoUD4m+Sazgz
- F2kRIq5Y2+Ix2zQbCxqBS
- D1rmW92eLPOQIBv/sEy2d8UNeHpoKot9Px8q9ABriOyONc7vqNsS
- VnAMyicQB786uHoabSErVIYscapT
- YvIGg+olbdhKySbSxOoXMehhgoQS0JZxHCbxsQJip7/7vJPCjRGU
- 8Xq0= id@server3" ];
- user darius {
- full-name “ Darius King of Persia” ;
- uid 1003;
- class operator;
-
- authentication {
- ssh “ 1024 37 12341234@ecbatana.per” ;
- }
- }
- user remote {
- full-name “ All remote users” ;
- uid 9999;
- class read-only;
- }
