sftp connectivity check
Siva N
1 min read
Command to check the sftp connectivity on the linux server sftp -P -o StrictHostKeyChecking=no -i @:
sftp -P 5022 -o StrictHostKeyChecking=no -i /home/user1/.ssh/id_rsa user2@host2.com:/home/user2/
0
Subscribe to my newsletter
Read articles from Siva N directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by