ssh command in unix
ssh command is used to connect to remote host or another linux machine from the existing machine.
ssh user@host – connect to host as user
ssh -p port user@host – connect to host on port
port as user
ssh-copy-id user@host – add your key to host for
user to enable a keyed or passwordless login
For Basic commands tutorial. Please refer to Basic commands in unix
For Process Management tutorial. Please refer to Process Management commands in unix
For Setting File permissions please visit the tutorial File Permissions in unix
More From sriramraj
sriramraj Recommends
- GATE 2012 for Engineers (StudentsTips)
- jobs in indian railways (StudentsTips)
- Free WordPress Themes in Internet (StudentsTips)
- Get your Free Skype Credit from Ifeelgoods for 60Minute Free calling in anywhere in the world | BlogSaays (blogsaays)
- How to get a trademark registered in India (bizniche)
- PHP – Role In Web Designing Sector (bizniche)
Related posts:

