Ubuntu :: Ssh For Non System Accounts?

Jul 19, 2011

I currently have an ftp server setup using Ubuntu 10.04 and pureftpd with mysql as the backend. All the ftp users are "virual users" that are stored in mysql. I want my existing users to be able to use scp to transfer files instead of ftp. As far as I know, you can only use ssh/scp if you have a system account. All of my virtual users use the same system account of "ftpuser".

Is it even possible for me to setup the users with scp access, even though they don't have an actual system account? I really don't want to setup system accounts for each user. I have a lot of ftp users and I plan on expanding that number, so adding system accounts isn't ideal, plus I feel like that will bring new security issues (researching chroot for ssh and how to lock down ssh).

View 3 Replies


ADVERTISEMENT

Ubuntu Networking :: Sync System Accounts With Samba?

Feb 3, 2010

What I want is to use the systems account as the samba accounts.In school we have a project to simulate some sort of corporation with different platforms. I've created a map called shared and for authentication the users should only need to be a member of the group employees. (force group = groupname in smb.conf right?) Now, I don't want to create the users with smbpasswd -a because there is alot of accounts and the users should be able to choose their own passwords. So, is it possible to sync the system accounts with samba and only use group as authentication?

View 2 Replies View Related

Ubuntu Security :: Allow Sftp Access To System Using Accounts?

Nov 26, 2010

allow sftp access to my Ubuntu system (happens to be desktop as it's also my main system) using accounts that are not able to login normally. (I have already managed to create such accounts.) These accounts need to be chrooted (also already accomplished with the openssh daemon settings.) Where I run into problems is that I want to give them (read only) access to files outside the chroot (on another partition in fact) and the matter if made more difficult because the directories to be shared are on NTFS-3G partitions (as they are a shared linux / windows storage drive). Is this possible and if so, what do I need to do?

Edit - Forgot to include versions
Ubuntu 10.10
openssh 1.5.5p1-4ubuntu4 (the one that comes with 10.10)

View 9 Replies View Related

Networking :: Setting Up An Email System And Accounts

Apr 17, 2010

I am in the process of setting up and e-mail system for my small business. In the past I have always had my ISP and my domain registrar handle the e-mail and just POP the e-mail to a ciient such as thunderbird. Now I have decided in order to better learn postfix or sendmail, I want to setup my own and administer it. My question is:

1 - Once I have my domain name for my company is the e-mail accounts just created via psotfix or sendmail or are the accounts created via my domain registrar like my domain name? For Example: my domain name is test.com and I wanted president@test.com.

2 - Are e-mail servers setup in a DMZ as realys and then forwarded to an internal e-mail server and them transmitted to the clients or are they normally just put inside the LAN?

View 3 Replies View Related

Programming :: Build An Accounts System Database For A Project?

Apr 21, 2010

I have recently trying to build an Accounts system database for a project. When you run the program it goes in the main menu sort of like this.

Accounts System
Add a Customer With a Contract......1
Add a Customer Without a Contract...2
Display all Customers...............3
Find a Customer.....................4
Edit a Customer.....................5
Print a Statement...................6
Print an Invoice....................7
Load File...........................8
Save and Exit.......................9

When you add a customer with a contract, you add name, address, start contract, end contract, payment and email address. Now, is there a code I could write to get back to this menu. To not confuse anyone, all I just saying is supposing I accidentally push number 1 on the keyboard and suppose I didn't want to add a customer. In other words I need a code that can cancel (or stop) adding a customer to go back to the accounts system menu.

[Code]...

View 3 Replies View Related

General :: Set Default System Audio Output Port (for All Accounts)?

May 5, 2010

The default output audio port Ubuntu doesn't work on my system. It should be "Analog Mono Output/Amplifier", instead of "Analog Output/Amplifier". I can easily change that in sound preferences, just by choosing the right port in the "Output" tab. The problem is this would only apply to a single account, and I would like to change it system-wide, so it applies to all accounts on the system (I have more than 100 users...).

Update: I can achieve the same effect as I would by changing it in sound preferences using the following command: pacmd 'set-sink-port' 'alsa_output.pci-0000_00_1f.5.analog-stereo analog-output-mono;output-amplifier-on' Unfortunately that's still not system-wide,

View 2 Replies View Related

General :: Shell Script To Find Enabled System Accounts?

Jan 28, 2010

I wrote a small script that gets me the list of enabled system accounts in my system.

I figure '*' & '!' (in field #2 of /etc/shadow) mean that the account is disabled or they cannot login, hence 'safe-to-ignore'

Code:
IFS=$'
'
for i in `cat /etc/passwd` #get each line in the passwd file
do
var1=`echo $i | cut -d':' -f3` #get user ID field
if [ $var1 -lt 500 ] && [ $var1 -gt 0 ] #compare to extract relevant IDs

[Code].....

BTW i figure the following command gives me the list of system users, but i am not able to find a way to process it further... :-(

Code:
awk -F":" '$3 >= 1 && $3 < 500 { print $1 }' /etc/passwd

View 3 Replies View Related

Ubuntu :: Cannot Add Accounts In Thunderbird 3.1

Jan 14, 2010

After months of consideration I finally decided to replace TheBat with Thunderbird 3.1 but I did not get far as I cannot even add an account.I have some gmail accounts and whey I try to add them, Thunderbird greenlights Incoming and outgoing servers, but then it circles endlessly at username. It happens with all my gmail accounts (IMAP is enabled).

View 6 Replies View Related

Ubuntu One :: Several Accounts To One Machine ?

May 19, 2010

Can someone tell me if it is possible to add several ubuntu one accounts to one machine. If i for example have an ubuntu one account myself, and my work has one too, can i have my machine subscribed to both?

View 4 Replies View Related

Ubuntu :: 3 User Accounts 1 Admin?

Feb 6, 2010

I'm installing a new laptop for a friend of mine and he wants 3 user accounts, similair to how he runs his windows setup.

1, an admin account, we have called this account peacemaker.
2. his account
3. an account for his girlfriend.

The problem we have is that if we want to do anything from the terminal that requires elevated priviledges, sudo does not accept his password or that of peacemakers. we have done sudo -i -u peacemaker but it still doesn't accept either password, stating his account is not in the sudoers list.

I'm not a massive expert here, but research brought me to this page:[URL]... But that then just means his account has admin rights, which is what we were trying to avoid. We wanted a setup similair to windows where if you want to run someting with elevated privledges if pops up asking for the admin password. This works in the gui, but not in the terminal.

So in short, my question is, is there anyway of having the terminal accept peacemakers user rights from the his normal user account? If I add the account to the sudoers list like it suggests, does this again just give his account the prilvedges rather than saying supply me with the password for peacemaker.

this is probably not really needed and he can just have his account as the main user, but coming from a windows background, he would prefer the 3 user accounts model (2 normal users, 1 admin)

View 4 Replies View Related

Ubuntu :: Any Way To Transfer Stuff Over To Different Accounts?

Feb 8, 2010

is there a way to transfer over data from one account to another? I made a new account for my roommate but since we share the same data is there a way to transfer that over?

View 2 Replies View Related

Ubuntu :: Can Create Accounts From The Terminal

Mar 17, 2010

I was told to create accounts from the GUI through K > Applications > System > User Manager or something like that, but the "user manager" icon is missing. Would it be possible to make new accounts through the terminal (bash, Konsole, whatever you want to call it)?

View 4 Replies View Related

Ubuntu :: How To Move Accounts In Accountlist Up And Down

Apr 9, 2010

I googled for a while without finding anything about this, so i created an account to make sure that others after me get an actual hit when searching for an answer.I have 13 email accounts in Thunderbird for work-related stuff. Thunderbird by default just adds accounts in a top-down manner without sorting of any kind, not even alphabetically. For most users this is not an issue, but for me and other powerusers who have multiple accounts with an uncountable amount of subfolders it soon becomes a nuisance to have your latest added mailbox all the way down when you actually check it quite often.

Why Mozilla havent included a simple drag'n'drop feature or similar for this is beyond me, but here is how you do it.For example if i wanted my latest added account - which is placed all the way at the bottom by default - to instead be placed at the top of the list, i just delete "account4" from the end of the line, and insert it at the front. Make sure that there is no trailing comma and no whitespaces anywhere.There we go. I hope someone finds this useful, a bunch of my colleagues sure did.

View 6 Replies View Related

Ubuntu Security :: Different Permissions For Different Accounts?

May 17, 2010

I have upgraded to Lucid, but was having the same issues on Karmic. I made a 2nd user acct we'll call X and we'll call the original acct Y. All of these issues only happened after creating X.

On X I have: sound Things wrong with X: I don't have the ability to modify any folders (even ones that are made from X's acct), I can't change the password or even access the Users and Groups, I can't modify any browser settings in Firefox but can on Chromium, the option for wireless is completely gone

On Y I have: the ability to access users and groups, the ability to modify all folders on either acct, the ability to change any settings on anything Things wrong with Y: no sound (doesn't even show the driver, but the driver is there on X's acct), wireless is completely gone (just like X's acct), even though I can access Users and Groups I cannot modify anything about X's acct

My first thought was to completely delete X since that's when all the problems began, but I'm afraid that since X seems to have "stolen" my sound card, that will be lost forever. I am also afraid that since neither account has wireless deleting X might hinder ever getting it back.

View 1 Replies View Related

Ubuntu :: Why Use Email Accounts Evolution

Oct 27, 2010

All my email accounts are internet based. I have quite a few:

2 Gmail accounts - my main one and a more formal one for job searches and resume stuff.
1 Yahoo account for everything else so most spam will go there.
1 University account that I have to use while taking a masters degree program
1 AOL account - a holdout from a long time ago that I hardly ever check.

What would be my reason for using a computer based email system like Evolution or Thunderbird? Could I combine all this accounts to one place? Would I want to? I don't have a job right now so I don't have a work email. I thought it would me nice if I could somehow go to one place to see all these email accounts. I will check it out on my own but I thought I would ask the forum for some wisdom.

View 9 Replies View Related

Ubuntu :: Can't Seem To Add Ekiga Accounts In Empathy

Nov 16, 2010

I'm trying to set up Empathy to connect to my Ekiga account, so I don't have to have two programs running side by side, but I'm running into some trouble.

In the window for adding accounts in Empathy, there's a drop-down menu for choosing the desired protocol and service. I hear there's supposed to be en "Ekiga" menu option there, but there isn't.

I'm running Empathy 2.30.2 in Lucid.

View 2 Replies View Related

Ubuntu :: MAPI Configuration For MSN Accounts?

May 18, 2011

I'm working now on Ubuntu machine .. and I'm configuring my MSN account on evolution but I found that I could only fetch it as POP ... and I hate that because I have lot of folders .

I don't know what to do but while configuring and after searching I found that Hotmail is using MAPI but I don't know its config !! what is the config ?

Server : ?
Domain name : ?

View 2 Replies View Related

Ubuntu :: 11.04 No Sound On Select Accounts?

Jul 28, 2011

I have two user accounts. "xubuntu", an admin, and "theseconduser", with regular desktop permissions

Neither of them are in the group "audio"

I auto-log into my admin account and no sound is present. I try various solutions found through google (listed below) and through troubleshooting find "theseconduser", another account, being able to to use sound.

I've tried the switch from pulseaudio to alsa; it made both accounts unable to use the sound card, so I reverted

I haven't included any CLI output here since I'm not exactly sure what to post / whether I should post it. Feel free to ask away.

I'm able to alter settings etc through Mixer; I have 4 available options in the "Sound card" dropdown there.

how to get sound back into this account!

[URL]

View 1 Replies View Related

Ubuntu Networking :: Wireless Settings For All Accounts ?

Jan 9, 2010

Is there a way to automatically set the wireless settings for all of the accounts on the system? If I change the encryption key, DNS settings etc, I like for them to be global and not have to have the other users (my kids) have to change settings (or bypass settings).

View 1 Replies View Related

Ubuntu :: Setting The Default User Accounts?

Feb 28, 2010

I'm using ubuntu and i need to know if it is possible to make a "prototype" account that sets the defaults for new users when a new account is made. How would i go about doing this. I would like to have the same start up programs, panel, themes, background, etc...

View 6 Replies View Related

Ubuntu :: Install A Program Manually Across All Accounts?

Apr 21, 2010

I think this goes here. I just installed Diablo II LOD on Wine today on my user account, which is not root, and I switched over to my brother's account I set up for him separate of mine and root and Diablo does not show up for him.How do I install a program not using the terminal or Synaptic and have the program show up for all accounts on my machine?It isn't a terrible problem. I just wanted to know how to do it.

View 3 Replies View Related

Ubuntu :: Broadcast Accounts Popping Up (Lucid)?

Apr 23, 2010

I installed the Lucid Release Candidate today, and for some reason Broadcast Accounts keeps opening itself, even after I've added all the accounts I'm going to. Is this happening with anyone else, and how can I make it stop?

View 9 Replies View Related

Ubuntu :: Chat Accounts Don't Login After Reboot

Apr 30, 2010

I setup my chat accounts in this new social business, but after a reboot, even though the accounts are checked 'enabled, they did not sign on automatically. I can't fathom that this is expected behaviour. Is anyone else having this problem? Try logging out then logging in.

View 6 Replies View Related

Ubuntu Servers :: Samba PDC - Cannot Add Machine Accounts

May 4, 2010

I am unable to join a W2K or XP machine to a Samba PDC. I have tried to make this work on both 8.04 LTS and 10.04 LTS without success. Everything else works but I cannot add machine accounts "on the fly" using the "add machine script" as provided in the server guide. I have been able to make it work by enabling the root user but not as a user with admin privileges and sudo in the script. Despite multiple attempts including a new 10.04 install and following the instructions (in the 9.10 server guide) to the letter. Does anyone out there have a samba PDC actually running on Ubuntu and able to add machines on the fly without enabling the root account (i.e using SUDO in the script and a user from the admin group)?

View 1 Replies View Related

Ubuntu :: Gwibber Not Saving Broadcast Accounts

Jun 9, 2010

I am trying to set up my facebook account with gwibber. I click on add account and authorise my facebook account with gwibber successfully, but then when I close this window and go to the main gwibber window, there is nothing showing, so I go back to the accounts page, and there are no acconts listed there.

View 7 Replies View Related

Ubuntu :: ActiveDirectory Accounts Via Samba/winbind 64-bit?

Jun 23, 2010

we are using LucidLynx Linux, 64-bit,with ActiveDirectory accounts via samba/winbind 64-bit.I have 2 separate 32-bit applications:IBM MQ Toolkit (32-bit java-based) and Acrobat Reader

View 2 Replies View Related

Ubuntu :: Different Environments On Different Accounts For Same Installation And Distro On?

Jun 23, 2010

Different environments on different accounts for the same installation and distro on the same computer? How to do this?

View 2 Replies View Related

Ubuntu :: Mail Sync Between Multiple PCs With 8 Accounts

Jul 15, 2010

I've recently purchased a laptop so I've been focusing on getting my data synchronized between my laptop and PC. The problem is as follows, I have 8+ email accounts and I prefer to have them all in 1 single map tree instead of a separate tree for every one of them. This means IMAP is out of the question, so I've been thinking about a few things but I'm not too sure if there's anything out there for some of these things.

Option 1 - Unison Synchronization
Using Unison to synchronize the Thunderbird profiles, problem is Thunderbird can't be running on both machines

Option 2 - IMAP mail hub for all accounts
Somehow turn my server into a mail hub that gets email for all my accounts, and serve them through IMAP somehow, only problem that might be is that reply-to won't send a mail back with the same mail address people mailed to (Don't know that for sure).

Option 3 - POP3 mail hub
Same as option 2 but with a central POP3 hub that will keep all mails forever, should be doable.

Not viable option - Turn off mail deletion on server. This ain't viable because this will either cause some of the mail servers to clog up, especially if I were to only turn deletion on on 1 pc. So it seems the POP3 hub is best, and then just let that delete everything off of the remote servers, is this possible, I've tried setting up a mail daemon before but failed miserably (But will try again if it will make this possible).

View 5 Replies View Related

Ubuntu :: Possible To Install Server And Have User Accounts?

Dec 7, 2010

Is it possible to install Ubuntu Server and have user accounts and log into the server via a Windows XP machine? Sorry if its a stupid question! Many thanks

View 3 Replies View Related

Ubuntu :: Accounts Management With 10.04 - At Start-up With Which Account Would Like To Log In ?

Jan 20, 2011

I am using Ubuntu 10.04 on a Toshiba Satellite laptop (A665).

I recently created a "guest" account.

I would like that the computer asks me, at start-up, with which account I would like to log in. Instead, it always logs in with my own account (admin) without asking any password, even if I checked the box that enables the password check at start-up.

Then after 60 seconds max it asks for password at last!

Is there a way to choose, at the beginning, which user account should log in?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved