- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- Cloud Network Security
- :
- Discussion
- :
- SFTP to Management in AWS
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SFTP to Management in AWS
Hi All,
How can we SFTP to the Management hosted in AWS?
I am able to SSH, access to Gaia portal but when I wanted to copy a file out from the Management, the login that I used keep showing authentication failed.
I am pretty sure, the password I have enter is correct.
Thank you
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you use SCP instead of SFTP?
If you can use SCP then just change the default admin shell (from clish, run set user admin shell /bin/bash, then save config).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you use SCP instead of SFTP?
If you can use SCP then just change the default admin shell (from clish, run set user admin shell /bin/bash, then save config).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How is the user account configured, which default shell is set etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As guys said, just change the shell to /bin/bash. Thats what worked for me, same as regular fw.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks all.
It is working now.