Categories
Development Miscellaneous

SSH connection in terminal for Linux

Given: host: lx567.certain.com (SFTP) user: igor_user password: testPass For SSH access in a terminal type: $ ssh igor_user@lx567.certain.com then enter the password (testPass) at a password prompt.

Given:

For SSH access in a terminal type:

$ ssh igor_user@lx567.certain.com

then enter the password (testPass) at a password prompt.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.