Search found 6 matches

by Pmaric
Tue Apr 01, 2025 6:05 pm
Forum: General
Topic: SSH SFTP with UserName/Password Authentication
Replies: 7
Views: 17275

Re: SSH SFTP with UserName/Password Authentication

OK, I sent them a key, and all is good. II just had to change the command from ssh user@IP to sftp user@IP.
by Pmaric
Mon Mar 31, 2025 10:03 pm
Forum: General
Topic: SSH SFTP with UserName/Password Authentication
Replies: 7
Views: 17275

Re: SSH SFTP with UserName/Password Authentication

I just read our illustrious leader's (SK) write-up on SFTP. Since I am using a 5250 terminal, perhaps it can't be done with password authentication. I will try to get them to use the keys authentication.
by Pmaric
Mon Mar 31, 2025 8:30 pm
Forum: General
Topic: SSH SFTP with UserName/Password Authentication
Replies: 7
Views: 17275

Re: SSH SFTP with UserName/Password Authentication

Thanks! There is no dash in the password. It may very well be possible I am connecting to something that isn't a true tty. I guess I need to find out what a true tty is. :) I am using the AS400 to connect, from a command line -- STRQSH, then manually entering the FTP script. ssh user@partner.ip It c...
by Pmaric
Mon Mar 31, 2025 1:32 pm
Forum: General
Topic: SSH SFTP with UserName/Password Authentication
Replies: 7
Views: 17275

Re: SSH SFTP with UserName/Password Authentication

Over 1000 views and no responses? :) OK, I'll research more and post my solution here.
by Pmaric
Sun Mar 30, 2025 12:39 pm
Forum: General
Topic: SSH SFTP with UserName/Password Authentication
Replies: 7
Views: 17275

Re: SSH SFTP with UserName/Password Authentication

Also, I have set up connections using public/private keys successfully in the past, so I am familiar with the basics.
by Pmaric
Sun Mar 30, 2025 12:27 pm
Forum: General
Topic: SSH SFTP with UserName/Password Authentication
Replies: 7
Views: 17275

SSH SFTP with UserName/Password Authentication

We have 2 trading partners who want us to start using SFTP over Port 22 with user/password authentication. Both have said keys should not be needed. Before attempting to create a script, I am trying first to connect interactively. On both partner's connections, I connect, it asks for password, then ...