tags: - sshfs - mount categories: - informational comments: true

date: 2021-12-26 00:00:00

DESCRIPTION

ERRORS

COMMANDS

openssh-server - secure shell (SSH) server, for secure access from remote machines

sshfs - filesystem client based on SSH File Transfer Protocol openssh-client - secure shell (SSH) client, for secure access to remote machines

Copy .ssh/id_rsa.pub to rs01 server under appropriate user keys - app1_user & app2_user

VERIFICATION

sftp this_userlogs@y.y.y.y
Connected to y.y.y.y
sftp> cd /etc
Couldn't stat remote file: No such file or directory
sftp> ls
app1_logs       app2_logs       app3_logs  
sftp> cd app2_logs/
sftp> ls
sftp> put /etc/hosts
Uploading /etc/hosts to /app2_logs/hosts
remote open("/app2_logs/hosts"): Failure
sftp>