Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Mac OS X Terminal getting wrong SSH path? [closed]
  2. ssh -v -l root -p 22 [remote ip address]
  3.        
  4. /var/root/.ssh/
  5.        
  6. /Users/danny/.ssh/
  7.        
  8. ssh -v -i /Users/danny/.ssh/inno_dsa -l root -p [remote IP address]
  9.        
  10. Host myremoteroot
  11. HostName [remote IP address]
  12. User root
  13. IdentityFile /Users/danny/.ssh/inno_dsa