ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. sftp
    Log in to post
    • All categories
    • 1

      sftp without ssh shell access?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssh sftp
      6
      0 Votes
      6 Posts
      684 Views
      dbeatoD

      @Pete-S said in sftp without ssh shell access?:

      Thanks guys.

      To summarize the link above, it's these lines in sshd_config that does the magic.

      Match User sftpuser ForceCommand internal-sftp <snip>

      The first line will tell sshd what user(s) the rest of the settings apply to.
      The second line tells it to go straight into sftp mode. So this will only apply to the users that match the rule above.

      Just make sure to test SSH after you do the changes ok a new session otherwise you might just have broken SSH access.

    • wrx7mW

      Powershell - SFTP Upload Using Posh-SSH

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell sftp posh-ssh
      9
      2 Votes
      9 Posts
      8k Views
      ObsolesceO

      There's also a lot more that can be done, especially with the credentials... storing them as an encrypted file and retrieving them for the function (function just for that, functions using other functions), keeping all the parameter data in an object to retrieve, or from CSV, etc....

      It depends on how far down the rabbit hole you want to go, and how much time you want to spend making it.

      Honestly, I'd do this kind of thing with a different project, but this can work too. There's a lot you can do.

    • WLS-ITGuyW

      SFTP fails after 7GB

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sftp cyberduck debian 9
      10
      1 Votes
      10 Posts
      938 Views
      WLS-ITGuyW

      @scottalanmiller said in SFTP fails after 7GB:

      @WLS-ITGuy said in SFTP fails after 7GB:

      @scottalanmiller I figured it out.. I formatted the drives wrong and made separate partitions for /Var, /home, etc

      Ah yeah, almost always best to avoid that. So I assume that whatever filesystem you were using was full?

      You are correct sir!

    • scottalanmillerS

      How to Mount an Ad Hoc Linux or UNIX Share in Nautilus on Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux gnome gnome 3 nautilus sftp ssh ubuntu ubuntu 19.04 ubuntu 18.04 ubuntu 18.10 ubuntu 16.04
      2
      2 Votes
      2 Posts
      665 Views
      scottalanmillerS

      And it should be noted, that unlike SMB or NFS shares that would be generally frowned upon to use over the Internet, SFTP is heavily encrypted and very secure and is often used over public networks.

    • scottalanmillerS

      Why Does Windows Need Special SFTP Functionality?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sftp windows windows server
      48
      1 Votes
      48 Posts
      6k Views
      scottalanmillerS

      @dashrender said in Why Does Windows Need Special SFTP Functionality?:

      @scottalanmiller said in Why Does Windows Need Special SFTP Functionality?:

      @coliver said in Why Does Windows Need Special SFTP Functionality?:

      @scottalanmiller said in Why Does Windows Need Special SFTP Functionality?:

      @coliver said in Why Does Windows Need Special SFTP Functionality?:

      I've found OpenSSH on Windows to be missing some features that Linux has. It may be a Windows vs Linux thing but home directories and jails seem to be both missing. There were some others in the past but don't remember what they were offhand.

      Those are not features of SSH. SSH doesn't have them on either platform.

      That's fine... but that's one of the reasons we needed to look at a different SFTP server that allowed us to designate home directories and jails for users.

      Seems like an odd functionality to want in your SSH server. Why do you want that on Windows?

      If you're treating it like FTP, why wouldn't you want those things?

      But FTP doesn't have those things, either. In both cases FTP and SFTP are just the protocols, but we are talking about OS functions. Why does SFTP need to be treated so differently from FTP is really the base question.

    • GreyG

      Nethserver for FTPS/SFTP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos linux active directory nethserver sftp ftps
      8
      2 Votes
      8 Posts
      2k Views
      GreyG

      @scottalanmiller said in Nethserver for FTPS/SFTP:

      @alefattorini said in Nethserver for FTPS/SFTP:

      It should work flawlessly, do you have any issue?

      I guess a big question is, with Nethserver is.. does it "just work" or is there a setting that needs to be selected? Not sure if this is the default behaviour or not.

      Mostly this. I haven't done anything with it yet and before I invest the time, I'd like to know if it possible and/or how difficult it is, especially since a co-worker claims that it did not and he went with IIS to get the same task done (and then he sat there cursing the whole day because he doesn't like Microsoft products).

    • AdamFA

      Call recording backups - CentOS to Windows

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion scp ssh sftp winscp pscp putty
      7
      0 Votes
      7 Posts
      2k Views
      scottalanmillerS

      @fuznutz04 said in Call recording backups - CentOS to Windows:

      @DustinB3403 Perfect. Thank you. Exactly the route I was about to go down.

      Works really easily.

    • scottalanmillerS

      What is the Best SFTP Server for Windows

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sftp ssh windows
      62
      4 Votes
      62 Posts
      9k Views
      scottalanmillerS

      @emad-r said in What is the Best SFTP Server for Windows:

      AV = ESET is better

      I've had the misfortune of dealing with ESET and I can tell you, I don't agree with you in the least. We won't even let ESET in the shop, we literally don't trust the company. And it's reliability was terrible compared to Defender. Worst I've ever dealt with.

    • scottalanmillerS

      Remmina, the RDP Client for Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion remmina rdp linux linux desktop rds remote desktop services remote desktops vnc ssh sftp
      18
      3 Votes
      18 Posts
      6k Views
      StrongBadS

      Remmina is a great tool. I've had excellent luck with it.

    • IRJI

      Setup SFTP User with access to a specific directory on Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion sftp ubuntu 14.04
      10
      1 Votes
      10 Posts
      2k Views
      scottalanmillerS

      Woot!

    • mlnewsM

      Comparing FTP, FTPS and SFTP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sftp ftp ftps ssh smartfile
      10
      3 Votes
      10 Posts
      3k Views
      scottalanmillerS

      I use Filezilla. My dad uses WinSCP. Six of one, half dozen of the other. I think WinSCP is more secure, some people have complained about security design choices in Filezilla but nothing I'm worried about.

    • j4cqu35J

      Setup and secure a SFTP server running on CentOS Linux 7 - First Post

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion sftp ssh centos 7 security chroot linux
      2
      5 Votes
      2 Posts
      2k Views
      scottalanmillerS

      Thanks, and welcome to MangoLassi!

    • 1 / 1